Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected StorageCacheIF |
AbstractLocalCache.pcache |
protected StorageCacheIF |
StatisticsCache.pcache |
protected StorageCacheIF |
AbstractTransaction.txncache |
Modifier and Type | Method and Description |
---|---|
StorageCacheIF |
RDBMSStorage.getStorageCache() |
StorageCacheIF |
StorageIF.getStorageCache()
INTERNAL: Returns the shared storage cache, if any.
|