Class EhCacheBasedAclCache

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

@Deprecated public class EhCacheBasedAclCache extends Object implements AclCache
Deprecated.
since 5.6. In favor of JCache based implementations
Simple implementation of AclCache that delegates to EH-CACHE.

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