Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.kernel.cache.LowLevelCache

Packages that use LowLevelCache
com.liferay.portal.cache.ehcache   
com.liferay.portal.cache.memory   
com.liferay.portal.cache.mvcc   
com.liferay.portal.kernel.cache   
 

Uses of LowLevelCache in com.liferay.portal.cache.ehcache
 

Classes in com.liferay.portal.cache.ehcache that implement LowLevelCache
 class EhcachePortalCache<K extends Serializable,V>
           
 

Uses of LowLevelCache in com.liferay.portal.cache.memory
 

Classes in com.liferay.portal.cache.memory that implement LowLevelCache
 class MemoryPortalCache<K extends Serializable,V>
           
 

Uses of LowLevelCache in com.liferay.portal.cache.mvcc
 

Constructors in com.liferay.portal.cache.mvcc with parameters of type LowLevelCache
MVCCPortalCache(LowLevelCache<K,V> lowLevelCache)
           
 

Uses of LowLevelCache in com.liferay.portal.kernel.cache
 

Classes in com.liferay.portal.kernel.cache that implement LowLevelCache
 class AbstractPortalCache<K extends Serializable,V>
           
 


Liferay 7.0-ce-m3