public class CacheStorageRegistry extends AbstractRegistry<ICacheStorageFactoryDiscovery>
ICacheStorage.| Constructor and Description |
|---|
CacheStorageRegistry() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ICacheStorage<K,V> |
createCache() |
protected void |
doDispose() |
static CacheStorageRegistry |
getRegistry() |
protected boolean |
registerInstance(ICacheStorageFactoryDiscovery instance)
Register the instance in the registry.
|
dispose, initialize, initializeIfNeeded, onEndInitialization, onStartInitializationpublic static CacheStorageRegistry getRegistry()
protected boolean registerInstance(ICacheStorageFactoryDiscovery instance)
AbstractRegistryregisterInstance in class AbstractRegistry<ICacheStorageFactoryDiscovery>protected void doDispose()
doDispose in class AbstractRegistry<ICacheStorageFactoryDiscovery>public <K,V> ICacheStorage<K,V> createCache()
Copyright © 2015. All Rights Reserved.