Uses of Class
com.landawn.abacus.cache.LocalCache
Packages that use LocalCache
-
Uses of LocalCache in com.landawn.abacus.cache
Methods in com.landawn.abacus.cache that return LocalCacheModifier and TypeMethodDescriptionstatic <K,V> LocalCache<K, V> CacheFactory.createLocalCache(int capacity, long evictDelay) Creates a new Cache object.static <K,V> LocalCache<K, V> CacheFactory.createLocalCache(int capacity, long evictDelay, long defaultLiveTime, long defaultMaxIdleTime) Creates a new Cache object.static <K,V> LocalCache<K, V> CacheFactory.createLocalCache(long defaultLiveTime, long defaultMaxIdleTime, com.landawn.abacus.pool.KeyedObjectPool<K, com.landawn.abacus.pool.PoolableWrapper<V>> pool)