com.liferay.portal.velocity
Class LiferayResourceCacheUtil
java.lang.Object
com.liferay.portal.velocity.LiferayResourceCacheUtil
public class LiferayResourceCacheUtil
- extends Object
Method Summary |
static void |
clear()
|
static org.apache.velocity.runtime.resource.Resource |
get(String key)
|
static void |
put(String key,
org.apache.velocity.runtime.resource.Resource resource)
|
static void |
remove(String key)
|
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
LiferayResourceCacheUtil
public LiferayResourceCacheUtil()
clear
public static void clear()
get
public static org.apache.velocity.runtime.resource.Resource get(String key)
put
public static void put(String key,
org.apache.velocity.runtime.resource.Resource resource)
remove
public static void remove(String key)