K - the type of keys for this cacheV - the type of values for this cachepublic interface CacheService<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CacheService.TrellisProfileCache
A
CacheService used for JSON-LD profiles. |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key,
Function<K,V> mappingFunction)
Get a value from the cache.
|