public class CacheUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME |
| Constructor and Description |
|---|
CacheUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
static void |
clearCache(long companyId) |
static com.liferay.util.servlet.filters.CacheResponseData |
getCacheResponseData(long companyId,
String key) |
static void |
putCacheResponseData(long companyId,
String key,
com.liferay.util.servlet.filters.CacheResponseData data) |
public static final String CACHE_NAME
public static void clearCache()
public static void clearCache(long companyId)
public static com.liferay.util.servlet.filters.CacheResponseData getCacheResponseData(long companyId,
String key)
public static void putCacheResponseData(long companyId,
String key,
com.liferay.util.servlet.filters.CacheResponseData data)