| 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) |
© 2014 Robert Stupp, Koeln, Germany, robert-stupp.de - licensed under Apache License, Version 2 - Homepage