| Package | Description |
|---|---|
| com.alicp.jetcache | |
| com.alicp.jetcache.event | |
| com.alicp.jetcache.support |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheMonitor.afterOperation(CacheEvent event) |
void |
AbstractCache.notify(CacheEvent e) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> |
CacheUtil.createProxyLoader(Cache<K,V> cache,
CacheLoader<K,V> loader,
Consumer<CacheEvent> eventConsumer) |
static <K,V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> |
CacheUtil.createProxyLoader(Cache<K,V> cache,
Function<K,V> loader,
Consumer<CacheEvent> eventConsumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheGetAllEvent
Created on 2017/2/22.
|
class |
CacheGetEvent
Created on 2017/2/22.
|
class |
CacheLoadAllEvent
Created on 2017/5/23.
|
class |
CacheLoadEvent
Created on 2017/2/22.
|
class |
CachePutAllEvent
Created on 2017/2/22.
|
class |
CachePutEvent
Created on 2017/2/22.
|
class |
CacheRemoveAllEvent
Created on 2017/2/22.
|
class |
CacheRemoveEvent
Created on 2017/2/22.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCacheMonitor.afterOperation(CacheEvent event) |
Copyright © 2013–2022. All rights reserved.