@ApplicationScoped @CacheService.TrellisProfileCache public class ProfileCache extends TrellisCache<String,String>
CacheService.TrellisProfileCache| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_QUARKUS_PROFILE_CACHE_EXPIRE_HOURS
A configuration key that sets the profile cache expiry time (in hours).
|
static String |
CONFIG_QUARKUS_PROFILE_CACHE_SIZE
A configuration key that sets the profile cache maximum size.
|
| Constructor and Description |
|---|
ProfileCache()
Create a cache suitable for JSON-LD profile requests.
|
public static final String CONFIG_QUARKUS_PROFILE_CACHE_SIZE
public static final String CONFIG_QUARKUS_PROFILE_CACHE_EXPIRE_HOURS