SEC-1184: Moved ACL cache classes and interface out of jdbc package.

This commit is contained in:
Luke Taylor
2009-08-31 22:15:37 +00:00
parent 6236858356
commit 0d7b990e0a
12 changed files with 24 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
<!-- ========= ACL SERVICE DEFINITIONS ========= -->
<bean id="aclCache" class="org.springframework.security.acls.jdbc.EhCacheBasedAclCache">
<bean id="aclCache" class="org.springframework.security.acls.domain.EhCacheBasedAclCache">
<constructor-arg>
<bean class="org.springframework.cache.ehcache.EhCacheFactoryBean">
<property name="cacheManager">