class DoctrineAclCache implements AclCacheInterface
This class is a wrapper around the actual cache implementation.
Constants
PREFIX
Methods
__construct(Cache $cache, PermissionGrantingStrategyInterface $permissionGrantingStrategy, string $prefix = self::PREFIX) Constructor
clearCache() Removes all ACLs from the cache
evictFromCacheById($aclId) Removes an ACL from the cache
evictFromCacheByIdentity(ObjectIdentityInterface $oid) Removes an ACL from the cache
AclInt