Uses of Interface
net.ontopia.persistence.proxy.StorageCacheIF
-
Packages that use StorageCacheIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of StorageCacheIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement StorageCacheIF Modifier and Type Class Description classAbstractLocalCacheINTERNAL: A transactional storage cache implementation.classROLocalCacheINTERNAL: A transactional read-only storage cache implementation.classRWLocalCacheINTERNAL: A transactional storage cache implementation.classSharedCacheINTERNAL: A shared storage cache implementation.classStatisticsCacheINTERNAL: A transactional storage cache implementation.Fields in net.ontopia.persistence.proxy declared as StorageCacheIF Modifier and Type Field Description protected StorageCacheIFAbstractLocalCache. pcacheprotected StorageCacheIFStatisticsCache. pcacheprotected StorageCacheIFAbstractTransaction. txncacheMethods in net.ontopia.persistence.proxy that return StorageCacheIF Modifier and Type Method Description StorageCacheIFRDBMSStorage. getStorageCache()StorageCacheIFStorageIF. getStorageCache()INTERNAL: Returns the shared storage cache, if any.
-