Package org.apache.cassandra.auth
Class RolesCache
- java.lang.Object
-
- org.apache.cassandra.auth.AuthCache<RoleResource,java.util.Set<Role>>
-
- org.apache.cassandra.auth.RolesCache
-
- All Implemented Interfaces:
AuthCacheMBean
public class RolesCache extends AuthCache<RoleResource,java.util.Set<Role>>
-
-
Constructor Summary
Constructors Constructor Description RolesCache(IRoleManager roleManager, java.util.function.BooleanSupplier enableCache)
-
Method Summary
-
Methods inherited from class org.apache.cassandra.auth.AuthCache
get, getMaxEntries, getObjectName, getUpdateInterval, getValidity, init, initCache, invalidate, invalidate, setMaxEntries, setUpdateInterval, setValidity, unregisterMBean
-
-
-
-
Constructor Detail
-
RolesCache
public RolesCache(IRoleManager roleManager, java.util.function.BooleanSupplier enableCache)
-
-