com.liferay.portal.freemarker
Class LiferayCacheStorage
java.lang.Object
com.liferay.portal.freemarker.LiferayCacheStorage
- All Implemented Interfaces:
- freemarker.cache.CacheStorage, freemarker.cache.ConcurrentCacheStorage
public class LiferayCacheStorage
- extends Object
- implements freemarker.cache.ConcurrentCacheStorage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_NAME
public static final String CACHE_NAME
LiferayCacheStorage
public LiferayCacheStorage()
clear
public void clear()
- Specified by:
clear
in interface freemarker.cache.CacheStorage
get
public Object get(Object key)
- Specified by:
get
in interface freemarker.cache.CacheStorage
isConcurrent
public boolean isConcurrent()
- Specified by:
isConcurrent
in interface freemarker.cache.ConcurrentCacheStorage
put
public void put(Object key,
Object value)
- Specified by:
put
in interface freemarker.cache.CacheStorage
remove
public void remove(Object key)
- Specified by:
remove
in interface freemarker.cache.CacheStorage