Package | Description |
---|---|
org.caffinitas.ohc | |
org.caffinitas.ohc.linked | |
org.caffinitas.ohc.tables |
Modifier and Type | Method and Description |
---|---|
V |
OHCache.getWithLoader(K key,
CacheLoader<K,V> loader) |
V |
OHCache.getWithLoader(K key,
CacheLoader<K,V> loader,
long timeout,
TimeUnit unit) |
Future<V> |
OHCache.getWithLoaderAsync(K key,
CacheLoader<K,V> loader) |
Modifier and Type | Method and Description |
---|---|
V |
OHCacheImpl.getWithLoader(K key,
CacheLoader<K,V> loader) |
V |
OHCacheImpl.getWithLoader(K key,
CacheLoader<K,V> loader,
long timeout,
TimeUnit unit) |
Future<V> |
OHCacheImpl.getWithLoaderAsync(K key,
CacheLoader<K,V> loader) |
Modifier and Type | Method and Description |
---|---|
V |
OHCacheImpl.getWithLoader(K key,
CacheLoader<K,V> loader) |
V |
OHCacheImpl.getWithLoader(K key,
CacheLoader<K,V> loader,
long timeout,
TimeUnit unit) |
Future<V> |
OHCacheImpl.getWithLoaderAsync(K key,
CacheLoader<K,V> loader) |
Copyright © 2014–2016 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.