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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

adrianc
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