Package | Description |
---|---|
net.sf.jkniv.cache | |
net.sf.jkniv.sqlegance |
Modifier and Type | Class and Description |
---|---|
class |
MemoryCache<K,V>
MemoryCache based implementation of the Cacheable interface.
|
class |
NoCache<K,V> |
Modifier and Type | Method and Description |
---|---|
Cacheable<K,V> |
CacheManager.add(String key)
Create a new Memory cache to be managed with a default policy
|
Cacheable<K,V> |
CacheManager.add(String key,
Cacheable<K,V> cache)
Add a new cache for manager
|
Cacheable<K,V> |
CacheManager.add(String key,
String policyName,
Cacheable<K,V> cache)
Add a new cache for manager
|
static <K,V> Cacheable<K,V> |
NoCache.getInstance() |
Modifier and Type | Method and Description |
---|---|
Cacheable<K,V> |
CacheManager.add(String key,
Cacheable<K,V> cache)
Add a new cache for manager
|
Cacheable<K,V> |
CacheManager.add(String key,
String policyName,
Cacheable<K,V> cache)
Add a new cache for manager
|
Modifier and Type | Method and Description |
---|---|
<K,V> Cacheable<K,V> |
Selectable.getCache() |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.