public abstract class CacheManager extends Service
Constructor and Description |
---|
CacheManager() |
Modifier and Type | Method and Description |
---|---|
abstract <K,V> Map<K,V> |
getCache(String name)
This method returns the cache associated with the
supplied name.
|
abstract boolean |
lock(String cacheName,
Object key)
This method locks the item, associated with the
supplied key, in the named cache.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.