| Constructor and Description |
|---|
EhCacheBasedAclCache(net.sf.ehcache.Ehcache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
evictFromCache(ObjectIdentity objectIdentity) |
void |
evictFromCache(Serializable pk) |
MutableAcl |
getFromCache(ObjectIdentity objectIdentity) |
MutableAcl |
getFromCache(Serializable pk) |
void |
putInCache(MutableAcl acl) |
public void evictFromCache(Serializable pk)
evictFromCache in interface AclCachepublic void evictFromCache(ObjectIdentity objectIdentity)
evictFromCache in interface AclCachepublic MutableAcl getFromCache(ObjectIdentity objectIdentity)
getFromCache in interface AclCachepublic MutableAcl getFromCache(Serializable pk)
getFromCache in interface AclCachepublic void putInCache(MutableAcl acl)
putInCache in interface AclCacheCopyright © 2021. All rights reserved.