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

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

public class CacheUtil
extends java.lang.Object

View Source

Author:
Alexander Chow, Michael Young

Field Summary
static java.lang.String CACHE_NAME
           
 
Constructor Summary
CacheUtil()
           
 
Method Summary
static void clearCache()
           
static void clearCache(long companyId)
           
static com.liferay.util.servlet.filters.CacheResponseData getCacheResponseData(long companyId, java.lang.String key)
           
static void putCacheResponseData(long companyId, java.lang.String key, com.liferay.util.servlet.filters.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 java.lang.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 com.liferay.util.servlet.filters.CacheResponseData getCacheResponseData(long companyId,
                                                                                      java.lang.String key)

putCacheResponseData

public static void putCacheResponseData(long companyId,
                                        java.lang.String key,
                                        com.liferay.util.servlet.filters.CacheResponseData data)