AclCacheInterface
interface AclCacheInterface
AclCache Interface
Methods
evictFromCacheById(string $primaryKey)
Removes an ACL from the cache
getFromCacheById(int $primaryKey)
Retrieves an ACL for the given object identity primary key from the cache
getFromCacheByIdentity(ObjectIdentityInterface $oid)
Retrieves an ACL for the given object identity from the cache
clearCache()
Removes all ACLs from the cache
Details
at line line 26
evictFromCacheById(string $primaryKey)
Removes an ACL from the cache
at line line 35
evictFromCacheByIdentity(ObjectIdentityInterface $oid)
Removes an ACL from the cache
The ACL which is returned, must reference the passed object identity.
at line line 43
AclInterface
getFromCacheById(int $primaryKey)
Retrieves an ACL for the given object identity primary key from the cache
at line line 51
AclInterface
getFromCacheByIdentity(ObjectIdentityInterface $oid)
Retrieves an ACL for the given object identity from the cache
at line line 58
putInCache(AclInterface $acl)
Stores a new ACL in the cache
at line line 63
clearCache()
Removes all ACLs from the cache