Uses of Interface
com.landawn.abacus.cache.Cache
Packages that use Cache
-
Uses of Cache in com.landawn.abacus.cache
Classes in com.landawn.abacus.cache that implement CacheModifier and TypeClassDescriptionclassAbstractCache<K,V> classCaffeineCache<K,V> classDistributedCache<K,V> classEhcache<K,V> classLocalCache<K,V> classOffHeapCache<K,V> It's not designed for tiny objects(length of bytes < 128 after serialization).Methods in com.landawn.abacus.cache that return CacheModifier and TypeMethodDescriptionstatic <K,V> Cache<K, V> CacheFactory.createCache(String provider) Creates a new Cache object.