public class CacheableAspect extends Object
| Modifier and Type | Field and Description |
|---|---|
private static com.google.common.cache.LoadingCache<String,com.google.common.cache.Cache<Object,Object>> |
caches |
private static com.google.common.cache.CacheLoader<String,com.google.common.cache.Cache<Object,Object>> |
loader |
| Constructor and Description |
|---|
CacheableAspect() |
| Modifier and Type | Method and Description |
|---|---|
Object |
around(org.aspectj.lang.ProceedingJoinPoint point) |
void |
cacheable() |
private Object |
getFromCache(com.google.common.cache.Cache<Object,Object> cache,
String key,
org.aspectj.lang.ProceedingJoinPoint point) |
Copyright © 2021. All rights reserved.