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 class
AbstractLocalCache
INTERNAL: A transactional storage cache implementation.class
ROLocalCache
INTERNAL: A transactional read-only storage cache implementation.class
RWLocalCache
INTERNAL: A transactional storage cache implementation.class
SharedCache
INTERNAL: A shared storage cache implementation.class
StatisticsCache
INTERNAL: A transactional storage cache implementation.Fields in net.ontopia.persistence.proxy declared as StorageCacheIF Modifier and Type Field Description protected StorageCacheIF
AbstractLocalCache. pcache
protected StorageCacheIF
StatisticsCache. pcache
protected StorageCacheIF
AbstractTransaction. txncache
Methods in net.ontopia.persistence.proxy that return StorageCacheIF Modifier and Type Method Description StorageCacheIF
RDBMSStorage. getStorageCache()
StorageCacheIF
StorageIF. getStorageCache()
INTERNAL: Returns the shared storage cache, if any.
-