Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class LiferayResourceCacheUtil

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

public class LiferayResourceCacheUtil
extends Object


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
 

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.1.2-ce-ga3