Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
Modifier and Type | Method and Description |
---|---|
CacheStorage |
AbstractTreeStorage.getCacheStorage() |
CacheStorage |
TreeDB.getCacheStorage() |
CacheStorage |
ITreeStorage.getCacheStorage()
Get the object related to cache data manipulations.
|
static CacheStorage |
TreeDB.getCPCacheStorage() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
CacheStorage.getMap(CacheStorage cs,
java.lang.String uuId,
java.lang.String section,
java.lang.String key) |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> |
CacheStorage.getMaps(CacheStorage cs,
java.lang.String uuId,
java.lang.String section,
java.util.Collection<java.lang.String> keys) |
Constructor and Description |
---|
LinkResolver(CacheStorage cs) |
TermsStorage(CacheStorage cs,
TreeDB db) |