@WebAcService.TrellisAuthorizationCache public static class WebAcService.NoopAuthorizationCache extends Object implements CacheService<String,Set<IRI>>
CacheService.TrellisProfileCache| Constructor and Description |
|---|
NoopAuthorizationCache() |
| Modifier and Type | Method and Description |
|---|---|
Set<IRI> |
get(String key,
Function<String,Set<IRI>> f)
Get a value from the cache.
|
public Set<IRI> get(String key, Function<String,Set<IRI>> f)
CacheServiceget in interface CacheService<String,Set<IRI>>key - the keyf - attempts to compute a mapping for the specified keynull