@ThreadSafe
public class AuthCacheService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AuthCacheService |
instance |
Constructor and Description |
---|
AuthCacheService() |
Modifier and Type | Method and Description |
---|---|
static void |
initializeAndRegisterCaches()
NOTE: Can only be called once per instance run.
|
void |
register(AuthCache<?,?> cache) |
void |
unregister(AuthCache<?,?> cache) |
void |
warmCaches() |
public static final AuthCacheService instance
public void register(AuthCache<?,?> cache)
public void unregister(AuthCache<?,?> cache)
public void warmCaches()
public static void initializeAndRegisterCaches()
AuthCacheService
in it's constructorCopyright © 2009-2022 The Apache Software Foundation