public class ServiceCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.jcs.access.CacheAccess<String,Object> |
CACHE |
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
ServiceCache() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
clearCache() |
static Object |
getObjectFromCache(String key) |
static void |
init() |
static void |
put(Object res,
String key) |
Copyright © 2019. All rights reserved.