| Methods in com.liferay.portal.kernel.cache that throw PortalCacheException |
void |
PortalCacheManager.clearAll()
|
void |
PortalCacheManagerListener.dispose()
|
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName)
|
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking)
|
void |
PortalCacheManagerListener.init()
|
void |
PortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
PortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
PortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
PortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
PortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive)
|
void |
PortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
|
| Methods in com.liferay.portal.template that throw PortalCacheException |
void |
TemplateResourcePortalCacheListener.notifyEntryEvicted(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryExpired(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryPut(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryRemoved(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyEntryUpdated(PortalCache<String,TemplateResource> portalCache,
String key,
TemplateResource templateResource,
int timeToLive)
|
void |
TemplateResourcePortalCacheListener.notifyRemoveAll(PortalCache<String,TemplateResource> portalCache)
|