Class DummyPortalCache<K extends Serializable,V>
Object
com.liferay.portal.kernel.internal.cache.DummyPortalCache<K,V>
- All Implemented Interfaces:
PortalCache<K,V>
- Author:
- Preston Crary
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.cache.PortalCache
DEFAULT_TIME_TO_LIVE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeys()booleanisMVCC()booleanvoidvoidvoidregisterPortalCacheListener(PortalCacheListener<K, V> portalCacheListener) voidregisterPortalCacheListener(PortalCacheListener<K, V> portalCacheListener, PortalCacheListenerScope portalCacheListenerScope) voidvoidvoidunregisterPortalCacheListener(PortalCacheListener<K, V> portalCacheListener) void
-
Constructor Details
-
DummyPortalCache
-
-
Method Details
-
get
- Specified by:
getin interfacePortalCache<K extends Serializable,V>
-
getKeys
- Specified by:
getKeysin interfacePortalCache<K extends Serializable,V>
-
getPortalCacheManager
- Specified by:
getPortalCacheManagerin interfacePortalCache<K extends Serializable,V>
-
getPortalCacheName
- Specified by:
getPortalCacheNamein interfacePortalCache<K extends Serializable,V>
-
isMVCC
public boolean isMVCC()- Specified by:
isMVCCin interfacePortalCache<K extends Serializable,V>
-
isSharded
public boolean isSharded()- Specified by:
isShardedin interfacePortalCache<K extends Serializable,V>
-
put
- Specified by:
putin interfacePortalCache<K extends Serializable,V>
-
put
- Specified by:
putin interfacePortalCache<K extends Serializable,V>
-
registerPortalCacheListener
- Specified by:
registerPortalCacheListenerin interfacePortalCache<K extends Serializable,V>
-
registerPortalCacheListener
public void registerPortalCacheListener(PortalCacheListener<K, V> portalCacheListener, PortalCacheListenerScope portalCacheListenerScope) - Specified by:
registerPortalCacheListenerin interfacePortalCache<K extends Serializable,V>
-
remove
- Specified by:
removein interfacePortalCache<K extends Serializable,V>
-
removeAll
public void removeAll()- Specified by:
removeAllin interfacePortalCache<K extends Serializable,V>
-
unregisterPortalCacheListener
- Specified by:
unregisterPortalCacheListenerin interfacePortalCache<K extends Serializable,V>
-
unregisterPortalCacheListeners
public void unregisterPortalCacheListeners()- Specified by:
unregisterPortalCacheListenersin interfacePortalCache<K extends Serializable,V>
-