Interface AclCacheInterface
AclCache Interface
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AclCacheInterface.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AclCacheInterface.php
public
|
|
public
|
#
evictFromCacheByIdentity(
Removes an ACL from the cache |
public
|
#
getFromCacheById( integer $primaryKey )
Retrieves an ACL for the given object identity primary key from the cache |
public
|
#
getFromCacheByIdentity(
Retrieves an ACL for the given object identity from the cache |
public
|
#
putInCache(
Stores a new ACL in the cache |
public
|