public abstract class AbstractCachePlugin extends AbstractPlugin implements CachePlugin
| Constructor and Description |
|---|
AbstractCachePlugin(String name) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ICache<K,V> |
create(String cacheName,
long timeToLiveMs,
boolean resetTimeToLiveWhenAccessed) |
config, configure, doRestart, isActive, name, option, restartpublic AbstractCachePlugin(String name)
public <K,V> ICache<K,V> create(String cacheName, long timeToLiveMs, boolean resetTimeToLiveWhenAccessed)
create in interface CachePluginCopyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.