| Package | Description |
|---|---|
| com.googlecode.n_orm.cache.read |
| Modifier and Type | Method and Description |
|---|---|
void |
ICache.delete(MetaInformation meta,
String table,
String key)
delete an element in the cache using the key
|
boolean |
ICache.existsData(MetaInformation meta,
String table,
String id,
String family) |
Map<String,byte[]> |
ICache.getFamilyData(MetaInformation meta,
String table,
String key,
String family)
Return an element of the cache using the key
|
void |
ICache.insertFamilyData(MetaInformation meta,
String table,
String key,
String family,
Map<String,byte[]> familyData)
To insert an element in the cache
|
void |
ICache.reset()
delete all the element in the cache
|
long |
ICache.size()
return the the approximate number of entries in the cache
|
Copyright © 2016. All Rights Reserved.