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, remove
public 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)
SuperKeyedRegistry
isCachingEnabled
in class SuperKeyedRegistry<Class<?>,V>
Copyright © 2018 Nuxeo. All rights reserved.