public class CacheManagerHelper<T extends InvalidationEntry> extends AbstractChainedInvalidationHelper<T> implements InvalidationHelper<T>
| Constructor and Description |
|---|
CacheManagerHelper() |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<T>,CacheManagerStrategy<T>> |
getCacheManagerStrategies() |
protected void |
invalidateEntry(T entry) |
void |
setCacheManagerStrategies(Map<Class<T>,CacheManagerStrategy<T>> strategies) |
getInvalidationLogger, getNextHelper, invalidateEntries, setInvalidationLogger, setNextHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvalidationLogger, invalidateEntriesprotected void invalidateEntry(T entry) throws InvalidationException
invalidateEntry in class AbstractChainedInvalidationHelper<T extends InvalidationEntry>InvalidationExceptionpublic Map<Class<T>,CacheManagerStrategy<T>> getCacheManagerStrategies()
public void setCacheManagerStrategies(Map<Class<T>,CacheManagerStrategy<T>> strategies)
Copyright © 2015. All rights reserved.