public class CacheUtil extends Object
| Constructor and Description |
|---|
CacheUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
convertScope(String scope) |
static String |
generateKey(String key,
javax.servlet.jsp.PageContext pc)
This function generates the key to the cache.
|
static Cache |
getCache(javax.servlet.jsp.PageContext pc,
int scope)
This is used to get the cache itself.
|
public static Cache getCache(javax.servlet.jsp.PageContext pc, int scope)
public static String generateKey(String key, javax.servlet.jsp.PageContext pc)
public static int convertScope(String scope)
Copyright © 2019. All rights reserved.