Interface AclCache
- All Known Implementing Classes:
SpringCacheBasedAclCache
public interface AclCache
A caching layer for
JdbcAclService
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
evictFromCache
(ObjectIdentity objectIdentity) getFromCache
(ObjectIdentity objectIdentity) void
putInCache
(MutableAcl acl)
-
Method Details
-
evictFromCache
-
evictFromCache
-
getFromCache
-
getFromCache
-
putInCache
-
clearCache
void clearCache()
-