| Package | Description |
|---|---|
| com.liferay.portal.kernel.cache | |
| com.liferay.portal.kernel.poller |
| Modifier and Type | Method and Description |
|---|---|
void |
PortalCacheManager.clearAll() |
V |
PortalCache.get(K key) |
List<K> |
PortalCache.getKeys() |
void |
PortalCache.put(K key,
V value) |
void |
PortalCache.put(K key,
V value,
int timeToLive) |
void |
PortalCacheManager.reconfigurePortalCaches(URL configurationURL) |
void |
PortalCache.remove(K key) |
void |
PortalCache.removeAll() |
| Modifier and Type | Method and Description |
|---|---|
PollerResponse |
PollerProcessor.receive(PollerRequest pollerRequest) |
void |
PollerProcessor.send(PollerRequest pollerRequest) |