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