Uses of Interface
net.ontopia.persistence.proxy.CacheIF

Packages that use CacheIF
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
 class ClusteredCache
          INTERNAL: CacheIF implementation that wraps a Map and notified the cluster about removals.
 class DefaultCache
          INTERNAL: CacheIF implementation that wraps a Map.
 

Fields in net.ontopia.persistence.proxy declared as CacheIF
protected  CacheIF TransactionalLRULookupIndex.cache
           
protected  CacheIF QueryCache.cache
           
 

Methods in net.ontopia.persistence.proxy that return CacheIF
 CacheIF JGroupsCaches.createCache(int cacheType, IdentityIF namespace)
           
 CacheIF DefaultCaches.createCache(int cacheType, IdentityIF namespace)
           
 CacheIF CachesIF.createCache(int cacheType, IdentityIF namespace)
           
 

Constructors in net.ontopia.persistence.proxy with parameters of type CacheIF
TransactionalLRULookupIndex(CacheIF cache, int lrusize)
           
 



Copyright © 2000-2012 Ontopia.