Interface AclCache
- All Known Implementing Classes:
- SpringCacheBasedAclCache
public interface AclCache
A caching layer for 
JdbcAclService.- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidevictFromCache(ObjectIdentity objectIdentity) getFromCache(ObjectIdentity objectIdentity) voidputInCache(MutableAcl acl) 
- 
Method Details- 
evictFromCache
- 
evictFromCache
- 
getFromCache
- 
getFromCache
- 
putInCache
- 
clearCachevoid clearCache()
 
-