public interface CacheFactory
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
createCache(Class<K> keyClass,
Class<V> valueClass,
String rootFqn)
Create cache.
|
<V> CacheItem<V> |
createCacheItem(Class<V> valueClass,
String rootFqn)
Create cache.
|
String |
createFqn(Object owner)
Create the owner's fqn.
|
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 fqnCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.