public interface ICacheStorageProvider
| Modifier and Type | Method and Description |
|---|---|
IBasicCacheStorage<String,Object> |
getCacheStorage(String aName)
Get a cache storage instance for a giving a name
|
void |
removeCacheStorage(String aName)
Remove a cache storage from a given name
|
Copyright © 2013. All Rights Reserved.