Uses of Interface
com.db4o.internal.caching.Cache4
- 
Packages that use Cache4 Package Description com.db4o.internal.btree com.db4o.internal.caching com.db4o.io 
- 
- 
Uses of Cache4 in com.db4o.internal.btreeMethods in com.db4o.internal.btree that return Cache4 Modifier and Type Method Description Cache4<java.lang.Integer,BTreeNodeCacheEntry>BTree. nodeCache()
- 
Uses of Cache4 in com.db4o.internal.cachingSubinterfaces of Cache4 in com.db4o.internal.caching Modifier and Type Interface Description interfacePurgeableCache4<K,V>Classes in com.db4o.internal.caching that implement Cache4 Modifier and Type Class Description classCacheStatistics<K,V>classNullCache4<K,V>Methods in com.db4o.internal.caching that return Cache4 Modifier and Type Method Description static <K,V>
 Cache4<K,V>CacheFactory. new2QCache(int size)static <V> Cache4<java.lang.Long,V>CacheFactory. new2QLongCache(int size)static <K,V>
 Cache4<K,V>CacheFactory. new2QXCache(int size)Constructors in com.db4o.internal.caching with parameters of type Cache4 Constructor Description CacheStatistics(Cache4 delegate_)
- 
Uses of Cache4 in com.db4o.ioMethods in com.db4o.io that return Cache4 Modifier and Type Method Description protected Cache4<java.lang.Long,java.lang.Object>CachingStorage. newCache()override this method if you want to work with a different caching strategy than the default LRU2Q cache.
 
-