Package | Description |
---|---|
nl.renarj.core.caching | |
nl.renarj.jasdb.api | |
nl.renarj.jasdb.storage |
Modifier and Type | Method and Description |
---|---|
CachableItem |
CacheElement.getCachedItem() |
CachableItem |
DummyBucket.getItem(String key) |
CachableItem |
CacheBucket.getItem(String key) |
CachableItem |
Bucket.getItem(String key) |
Modifier and Type | Method and Description |
---|---|
void |
DummyBucket.put(String key,
CachableItem cacheItem) |
void |
CacheBucket.put(String key,
CachableItem cacheItem) |
void |
Bucket.put(String key,
CachableItem cacheItem) |
Constructor and Description |
---|
CacheElement(String cachingKey,
CachableItem cachedItem) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedEntity |
class |
SimpleEntity
This is the public API storage entity, this is stored in the DB and all indexes are
updated based on the index definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
CachableRecord |
Copyright © 2015. All rights reserved.