public interface AclCache
JdbcAclService
.Modifier and Type | Method and Description |
---|---|
void |
clearCache() |
void |
evictFromCache(ObjectIdentity objectIdentity) |
void |
evictFromCache(Serializable pk) |
MutableAcl |
getFromCache(ObjectIdentity objectIdentity) |
MutableAcl |
getFromCache(Serializable pk) |
void |
putInCache(MutableAcl acl) |
void evictFromCache(Serializable pk)
void evictFromCache(ObjectIdentity objectIdentity)
MutableAcl getFromCache(ObjectIdentity objectIdentity)
MutableAcl getFromCache(Serializable pk)
void putInCache(MutableAcl acl)
void clearCache()