Liferay 6.0.5

com.liferay.portal.velocity
Class LiferayResourceCacheUtil

java.lang.Object
  extended by com.liferay.portal.velocity.LiferayResourceCacheUtil

public class LiferayResourceCacheUtil
extends Object


Field Summary
static String CACHE_NAME
           
 
Constructor Summary
LiferayResourceCacheUtil()
           
 
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
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
Constructor Detail

LiferayResourceCacheUtil

public LiferayResourceCacheUtil()
Method Detail

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)

Liferay 6.0.5