|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheFactory
Simple cache factory.
| Method Summary | ||
|---|---|---|
|
createCache(Class<K> keyClass,
Class<V> valueClass,
String rootFqn)
Create cache. |
|
|
createCacheItem(Class<V> valueClass,
String rootFqn)
Create cache. |
|
String |
createFqn(Object owner)
Create the owner's fqn. |
|
| Method Detail |
|---|
String createFqn(Object owner)
owner - the factory owner instance
<K,V> Cache<K,V> createCache(Class<K> keyClass,
Class<V> valueClass,
String rootFqn)
K - the key classV - the value classkeyClass - the key classvalueClass - the value classrootFqn - the root fqn
<V> CacheItem<V> createCacheItem(Class<V> valueClass,
String rootFqn)
V - the value classvalueClass - the value classrootFqn - the root fqn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||