public class CacheFactoryDefault extends AbstractCacheFactory
| Constructor and Description |
|---|
CacheFactoryDefault() |
| Modifier and Type | Method and Description |
|---|---|
protected <K,T> CacheLRU<K,T> |
create(String name,
ICacheCleaner<T> cleaner)
Create the cache object.
|
newCache, newCacheprotected <K,T> CacheLRU<K,T> create(String name, ICacheCleaner<T> cleaner)
AbstractCacheFactorycreate in class AbstractCacheFactoryK - Key type.T - Cache object type.name - Cache name.cleaner - A cache cleaner.Copyright © 2016. All rights reserved.