| Package | Description |
|---|---|
| com.liferay.portal.kernel.cache | |
| com.liferay.portal.kernel.internal.cache |
| Modifier and Type | Method and Description |
|---|---|
static PortalCacheListenerScope |
PortalCacheListenerScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortalCacheListenerScope[] |
PortalCacheListenerScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortalCache.registerPortalCacheListener(PortalCacheListener<K,V> portalCacheListener,
PortalCacheListenerScope portalCacheListenerScope) |
void |
DynamicPortalCache.registerPortalCacheListener(PortalCacheListener<K,V> portalCacheListener,
PortalCacheListenerScope portalCacheListenerScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyPortalCache.registerPortalCacheListener(PortalCacheListener<K,V> portalCacheListener,
PortalCacheListenerScope portalCacheListenerScope) |