Uses of Interface
net.ontopia.persistence.proxy.CacheIF
-
Packages that use CacheIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of CacheIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement CacheIF Modifier and Type Class Description classClusteredCache<K,V>INTERNAL: CacheIF implementation that wraps a Map and notified the cluster about removals.classDefaultCache<K,V>INTERNAL: CacheIF implementation that wraps a Map.Fields in net.ontopia.persistence.proxy declared as CacheIF Modifier and Type Field Description protected CacheIF<K,E>QueryCache. cacheprotected CacheIFTransactionalLRULookupIndex. cacheMethods in net.ontopia.persistence.proxy that return CacheIF Modifier and Type Method Description <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 Constructor Description TransactionalLRULookupIndex(CacheIF cache, int lrusize)
-