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
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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, wait
-
Methods inherited from interface one.microstream.storage.types.StorageEntityCacheEvaluator
initiallyCacheEntity
-
-
-
-
Method Detail
-
timeout
public long timeout()
-
threshold
public long threshold()
-
clearEntityCache
public final boolean clearEntityCache(long cacheSize, long evalTime, StorageEntity e)- Specified by:
clearEntityCachein interfaceStorageEntityCacheEvaluator
-
-