public interface CachePopulator
| Modifier and Type | Method and Description |
|---|---|
<T,CacheType> |
wrap(Sequence<T> sequence,
Function<T,CacheType> cacheFn,
Cache cache,
Cache.NamedKey cacheKey) |
<T,CacheType> Sequence<T> wrap(Sequence<T> sequence, Function<T,CacheType> cacheFn, Cache cache, Cache.NamedKey cacheKey)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.