|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortalCache | |
|---|---|
| com.liferay.portal.kernel.cache | |
| Uses of PortalCache in com.liferay.portal.kernel.cache |
|---|
| Classes in com.liferay.portal.kernel.cache that implement PortalCache | |
|---|---|
class |
BlockingPortalCache<K extends Serializable,V>
|
| Methods in com.liferay.portal.kernel.cache that return PortalCache | ||
|---|---|---|
PortalCache<? extends Serializable,?> |
SingleVMPool.getCache(String name)
|
|
PortalCache<K,V> |
PortalCacheManager.getCache(String name)
|
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getCache(String name)
|
|
static
|
SingleVMPoolUtil.getCache(String name)
|
|
static
|
MultiVMPoolUtil.getCache(String name)
|
|
PortalCache<? extends Serializable,?> |
SingleVMPool.getCache(String name,
boolean blocking)
|
|
PortalCache<K,V> |
PortalCacheManager.getCache(String name,
boolean blocking)
|
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getCache(String name,
boolean blocking)
|
|
static
|
SingleVMPoolUtil.getCache(String name,
boolean blocking)
|
|
static
|
MultiVMPoolUtil.getCache(String name,
boolean blocking)
|
|
| Methods in com.liferay.portal.kernel.cache with parameters of type PortalCache | |
|---|---|
void |
CacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value)
|
void |
CacheListener.notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value)
|
void |
CacheListener.notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value)
|
void |
CacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value)
|
void |
CacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value)
|
void |
CacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
|
| Constructors in com.liferay.portal.kernel.cache with parameters of type PortalCache | |
|---|---|
BlockingPortalCache(PortalCache<K,V> portalCache)
|
|
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||