com.liferay.portal.servlet.filters.layoutcache
Class LayoutCacheUtil

java.lang.Object
  extended by com.liferay.portal.servlet.filters.layoutcache.LayoutCacheUtil

public class LayoutCacheUtil
extends java.lang.Object

View Source

Author:
Alexander Chow, Michael Young

Field Summary
static java.lang.String CACHE_NAME
           
 
Constructor Summary
LayoutCacheUtil()
           
 
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

LayoutCacheUtil

public LayoutCacheUtil()
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)