You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2015/03/22 11:27:58 UTC

svn commit: r1668351 - /ofbiz/trunk/framework/base/config/cache.properties

Author: adrianc
Date: Sun Mar 22 10:27:58 2015
New Revision: 1668351

URL: http://svn.apache.org/r1668351
Log:
Added comments for cache settings. No functional change.

Modified:
    ofbiz/trunk/framework/base/config/cache.properties

Modified: ofbiz/trunk/framework/base/config/cache.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/cache.properties?rev=1668351&r1=1668350&r2=1668351&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/cache.properties (original)
+++ ofbiz/trunk/framework/base/config/cache.properties Sun Mar 22 10:27:58 2015
@@ -23,7 +23,10 @@
 
 # Default Settings
 #cache.file.store=runtime/data/utilcache
+# Sets the maximum number of entries that can be placed in the cache. A
+# setting of zero indicates no maximum.
 #default.maxSize=0
+# Sets the expire time in milliseconds. If set to 0, elements will never expire.
 #default.expireTime=0
 #default.useSoftReference=false