Package com.liferay.portal.cache
Class TransactionalPortalCache<K extends Serializable,V>
java.lang.Object
com.liferay.portal.cache.PortalCacheWrapper<K,V>
com.liferay.portal.cache.TransactionalPortalCache<K,V>
- All Implemented Interfaces:
com.liferay.portal.kernel.cache.PortalCache<K,V>
-
Field Summary
Fields inherited from class com.liferay.portal.cache.PortalCacheWrapper
portalCacheFields inherited from interface com.liferay.portal.kernel.cache.PortalCache
DEFAULT_TIME_TO_LIVE -
Constructor Summary
ConstructorsConstructorDescriptionTransactionalPortalCache(com.liferay.portal.kernel.cache.PortalCache<K, V> portalCache, boolean mvcc) -
Method Summary
Methods inherited from class com.liferay.portal.cache.PortalCacheWrapper
getKeys, getPortalCacheManager, getPortalCacheName, getWrappedPortalCache, isMVCC, isSharded, registerPortalCacheListener, registerPortalCacheListener, setPortalCache, unregisterPortalCacheListener, unregisterPortalCacheListeners
-
Constructor Details
-
TransactionalPortalCache
-
-
Method Details
-
get
- Specified by:
getin interfacecom.liferay.portal.kernel.cache.PortalCache<K extends Serializable,V> - Overrides:
getin classPortalCacheWrapper<K extends Serializable,V>
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.cache.PortalCache<K extends Serializable,V> - Overrides:
putin classPortalCacheWrapper<K extends Serializable,V>
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.cache.PortalCache<K extends Serializable,V> - Overrides:
putin classPortalCacheWrapper<K extends Serializable,V>
-
remove
- Specified by:
removein interfacecom.liferay.portal.kernel.cache.PortalCache<K extends Serializable,V> - Overrides:
removein classPortalCacheWrapper<K extends Serializable,V>
-
removeAll
public void removeAll()- Specified by:
removeAllin interfacecom.liferay.portal.kernel.cache.PortalCache<K extends Serializable,V> - Overrides:
removeAllin classPortalCacheWrapper<K extends Serializable,V>
-