@ApplicationScoped @WebAcService.TrellisAuthorizationCache public class AuthorizationCache extends TrellisCache<String,Set<IRI>>
CacheService.TrellisProfileCache| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_QUARKUS_AUTHZ_CACHE_EXPIRE_SECONDS
The configuration key for setting the authZ cache expiry.
|
static String |
CONFIG_QUARKUS_AUTHZ_CACHE_SIZE
The configuration key for setting the maximum authZ cache size.
|
| Constructor and Description |
|---|
AuthorizationCache()
Create a cache suitable for authorization data.
|
public static final String CONFIG_QUARKUS_AUTHZ_CACHE_SIZE
public static final String CONFIG_QUARKUS_AUTHZ_CACHE_EXPIRE_SECONDS