public class ClassKeyedRegistry<V> extends SuperKeyedRegistry<Class<?>,V>
lookup, registry| Constructor and Description |
|---|
ClassKeyedRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Class<?>> |
getSuperKeys(Class<?> key) |
protected boolean |
isCachingEnabled(Class<?> key)
Override this in order to disable caching some specific keys.
|
protected boolean |
isRoot(Class<?> key) |
flushCache, get, put, removepublic ClassKeyedRegistry()
protected boolean isRoot(Class<?> key)
isRoot in class SuperKeyedRegistry<Class<?>,V>protected List<Class<?>> getSuperKeys(Class<?> key)
getSuperKeys in class SuperKeyedRegistry<Class<?>,V>protected boolean isCachingEnabled(Class<?> key)
SuperKeyedRegistryisCachingEnabled in class SuperKeyedRegistry<Class<?>,V>Copyright © 2016 Nuxeo SA. All rights reserved.