Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredCache<K,V>
INTERNAL: CacheIF implementation that wraps a Map and notified the
cluster about removals.
|
class |
DefaultCache<K,V>
INTERNAL: CacheIF implementation that wraps a Map.
|
Modifier and Type | Field and Description |
---|---|
protected CacheIF |
TransactionalLRULookupIndex.cache |
protected CacheIF<K,E> |
QueryCache.cache |
Modifier and Type | Method and Description |
---|---|
<K,V> CacheIF<K,V> |
DefaultCaches.createCache(int cacheType,
IdentityIF namespace) |
<K,V> CacheIF<K,V> |
JGroupsCaches.createCache(int cacheType,
IdentityIF namespace) |
<K,V> CacheIF<K,V> |
CachesIF.createCache(int cacheType,
IdentityIF namespace) |
Constructor and Description |
---|
TransactionalLRULookupIndex(CacheIF cache,
int lrusize) |