Class MemoryCacher.PartitionEntry
java.lang.Object
services.moleculer.cacher.MemoryCacher.PartitionEntry
- Enclosing class:
MemoryCacher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected final io.datatree.Tree value -
expireAt
protected final long expireAt
-
-
Constructor Details
-
PartitionEntry
protected PartitionEntry(io.datatree.Tree value, long expireAt)
-