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 booleanclearEntityCache(long cacheSize, long evalTime, StorageEntity e)longthreshold()longtimeout()StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
clearEntityCachein interfaceStorageEntityCacheEvaluator
-
toString
-