Uses of Interface
net.ontopia.persistence.proxy.CacheIF
Packages that use CacheIF
-
Uses of CacheIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement CacheIFModifier and TypeClassDescriptionfinal classClusteredCache<K,V> INTERNAL: CacheIF implementation that wraps a Map and notified the cluster about removals.final classDefaultCache<K,V> INTERNAL: CacheIF implementation that wraps a Map.Fields in net.ontopia.persistence.proxy declared as CacheIFModifier and TypeFieldDescriptionQueryCache.cacheprotected CacheIFTransactionalLRULookupIndex.cacheMethods in net.ontopia.persistence.proxy that return CacheIFModifier and TypeMethodDescription<K,V> CacheIF<K, V> CachesIF.createCache(int cacheType, IdentityIF namespace) <K,V> CacheIF<K, V> DefaultCaches.createCache(int cacheType, IdentityIF namespace) <K,V> CacheIF<K, V> JGroupsCaches.createCache(int cacheType, IdentityIF namespace) Constructors in net.ontopia.persistence.proxy with parameters of type CacheIF