| Package | Description |
|---|---|
| org.rapidoid.plugins.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCache<K,V> |
class |
NoCache<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ICache<K,V> |
AbstractCachePlugin.create(String cacheName,
long timeToLiveMs,
boolean resetTimeToLiveWhenAccessed) |
<K,V> ICache<K,V> |
CachePlugin.create(String cacheName,
long timeToLiveMs,
boolean resetTimeToLiveWhenAccessed) |
static <K,V> ICache<K,V> |
Cache.create(String cacheName,
long timeToLiveMs,
boolean resetTimeToLiveWhenAccessed) |
<K,V> ICache<K,V> |
DefaultCachePlugin.create(String cacheName,
long timeToLiveMs,
boolean resetTimeToLiveWhenAccessed) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.