Liferay 6.2-ce-ga5

com.liferay.portal.servlet.filters.cache
Class CacheUtil

java.lang.Object
  extended by com.liferay.portal.servlet.filters.cache.CacheUtil

public class CacheUtil
extends Object


Field Summary
static String CACHE_NAME
           
 
Constructor Summary
CacheUtil()
           
 
Method Summary
static void clearCache()
           
static void clearCache(long companyId)
           
static CacheResponseData getCacheResponseData(long companyId, String key)
           
static void putCacheResponseData(long companyId, String key, CacheResponseData data)
           
 
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

CacheUtil

public CacheUtil()
Method Detail

clearCache

public static void clearCache()

clearCache

public static void clearCache(long companyId)

getCacheResponseData

public static CacheResponseData getCacheResponseData(long companyId,
                                                     String key)

putCacheResponseData

public static void putCacheResponseData(long companyId,
                                        String key,
                                        CacheResponseData data)

Liferay 6.2-ce-ga5