Class SpringCacheBasedAclCache

java.lang.Object
org.springframework.security.acls.domain.SpringCacheBasedAclCache
All Implemented Interfaces:
AclCache

public class SpringCacheBasedAclCache extends Object implements AclCache
Simple implementation of AclCache that delegates to Cache implementation.

Designed to handle the transient fields in AclImpl. Note that this implementation assumes all AclImpl instances share the same PermissionGrantingStrategy and AclAuthorizationStrategy instances.

Since:
3.2