OHCache.addOrReplace(Object, Object, Object, long)
but uses the configured default TTL, if any.old
.getWithLoader
or OHCache.getWithLoaderAsync(Object, CacheLoader)
getWithLoaderAsynd}.ByteBuffer
DataInput
instance.OHCache
for direct/random access to cached values and must be closed after use.OHCache.getDirect(Object)
, but allows skipping the update of LRU stats when updateLRU
is false
.OHCache.getWithLoader(Object, CacheLoader, long, TimeUnit)
using the default entry
time-to-live.OHCache.getWithLoader(Object, CacheLoader, long, TimeUnit)
using the default entry
time-to-live.null
value on success.OHCache.put(Object, Object, long)
but uses the configured default TTL, if any.m
.OHCache.putIfAbsent(Object, Object, long)
but uses the configured default TTL, if any.keys
.ByteBuffer
instance.CacheSerializer.serialize(Object, java.nio.ByteBuffer)
for given object t
.Copyright © 2014-2017 Robert Stupp, Koeln, Germany, robert-stupp.de. All Rights Reserved.