You are browsing a version that is no longer maintained. |
Symfony ACL Cache
# app/config/config.yml
doctrine_cache:
acl_cache:
id: 'doctrine_cache.providers.acl_apc_provider'
providers:
acl_apc_provider:
type: 'apc'
Check the following sample:
/** @var $aclCache Symfony\Component\Security\Acl\Model\AclCacheInterface */
$aclCache = $this->container->get('security.acl.cache');