Package one.microstream.storage.types
Class StorageEntityCacheEvaluator.Default
java.lang.Object
one.microstream.storage.types.StorageEntityCacheEvaluator.Default
- All Implemented Interfaces:
StorageEntityCacheEvaluator
- Enclosing interface:
- StorageEntityCacheEvaluator
public static final class StorageEntityCacheEvaluator.Default extends Object implements StorageEntityCacheEvaluator
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityCacheEvaluator
StorageEntityCacheEvaluator.Default, StorageEntityCacheEvaluator.Defaults, StorageEntityCacheEvaluator.Validation
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description boolean
clearEntityCache(long cacheSize, long evalTime, StorageEntity e)
long
threshold()
long
timeout()
String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageEntityCacheEvaluator
initiallyCacheEntity
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
timeout
public long timeout() -
threshold
public long threshold() -
clearEntityCache
- Specified by:
clearEntityCache
in interfaceStorageEntityCacheEvaluator
-
toString
-