|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheMap | |
---|---|
javax.util.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
org.fjank.jcache.collection |
Uses of CacheMap in javax.util.jcache |
---|
Methods in javax.util.jcache that return CacheMap | |
---|---|
abstract CacheMap |
CacheAccessFactory.getMapAccess()
|
abstract CacheMap |
CacheAccessFactory.getMapAccess(String region)
|
Uses of CacheMap in org.fjank.jcache |
---|
Methods in org.fjank.jcache that return CacheMap | |
---|---|
CacheMap |
CacheAccessFactoryImpl.getMapAccess()
A method to retrieve a Map based implementation of a CacheAccess to the default region. |
CacheMap |
CacheAccessFactoryImpl.getMapAccess(String region)
A method to retrieve a Map based implementation of a CacheAccess to the specified region. |
Uses of CacheMap in org.fjank.jcache.collection |
---|
Classes in org.fjank.jcache.collection that implement CacheMap | |
---|---|
class |
MapAdapter
A Map based implementation of CacheAccess. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |