You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/07/06 02:37:07 UTC

directory-fortress-core git commit: remove extraneous default cache config.

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master f1f3f58df -> 8f77329fd


remove extraneous default cache config.


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/8f77329f
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/8f77329f
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/8f77329f

Branch: refs/heads/master
Commit: 8f77329fdc6b7a2239ba3c6f443e926c3537ca8a
Parents: f1f3f58
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Jul 5 10:38:16 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Jul 5 10:38:16 2018 -0500

----------------------------------------------------------------------
 config/ehcache.xml | 20 --------------------
 1 file changed, 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/8f77329f/config/ehcache.xml
----------------------------------------------------------------------
diff --git a/config/ehcache.xml b/config/ehcache.xml
index 8afb05f..2ebc0af 100755
--- a/config/ehcache.xml
+++ b/config/ehcache.xml
@@ -34,26 +34,6 @@ This ehcache.xml corresponds to a single CacheManager.
     <cacheManagerEventListenerFactory class="" properties=""/>
 
     <!--
-    Default Cache configuration. These settings will be applied to caches
-    created programmatically using CacheManager.add(String cacheName).
-    This element is optional, and using CacheManager.add(String cacheName) when
-    its not present will throw CacheException
-
-    The defaultCache has an implicit name "default" which is a reserved cache name.
-    -->
-    <defaultCache
-           eternal="false"
-           overflowToDisk="false"
-           timeToIdleSeconds="120"
-           timeToLiveSeconds="120"
-           diskSpoolBufferSizeMB="30"
-           maxElementsOnDisk="10"
-           diskPersistent="false"
-           diskExpiryThreadIntervalSeconds="120"
-           memoryStoreEvictionPolicy="LRU"
-           />
-
-    <!--
         Thic cache contains password policy entries.  It is used to save a read on User password policy edits. There should be one element for every tenant.
     -->
     <cache name="fortress.policies"