public interface CacheValueLoader<V>
| Modifier and Type | Method and Description |
|---|---|
V |
load(CacheKey key)
Used by cache region to load missing value.
This method does not have to be thread safe. If CacheValueLoadException thrown unit is not added to cache. |
V load(CacheKey key) throws CacheValueLoadException
CacheValueLoadExceptionCopyright © 2018 SAP SE. All Rights Reserved.