public class CacheControllerDispatcher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CACHE_KEY_SEPARATOR |
| Constructor and Description |
|---|
CacheControllerDispatcher() |
CacheControllerDispatcher(java.util.Map<Cachable.CacheType,CacheController<java.lang.Object,java.lang.Object>> caches) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAll() |
<K,V> CacheController<K,V> |
getCacheController(Cachable.CacheType cacheType) |
public static final java.lang.String CACHE_KEY_SEPARATOR
@Inject public CacheControllerDispatcher(java.util.Map<Cachable.CacheType,CacheController<java.lang.Object,java.lang.Object>> caches)
public CacheControllerDispatcher()
public <K,V> CacheController<K,V> getCacheController(Cachable.CacheType cacheType)
public void clearAll()
Copyright © 2010-2020. All Rights Reserved.