Author: cbrisson
Date: Mon Sep 12 13:23:45 2016
New Revision: 1760364
URL: http://svn.apache.org/viewvc?rev=1760364&view=rev
Log:
docfix: specify cache size unit (VELOCITY-868)
Modified:
velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
Modified: velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration.mdtext?rev=1760364&r1=1760363&r2=1760364&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration.mdtext Mon Sep
12 13:23:45 2016
@@ -112,7 +112,7 @@ The following resource management config
**`resource.manager.defaultcache.size = 89`**
-> Sets the size of the default implementation of the resource manager cache
size. When `resource.manager.defaultcache.size` is set to 0, then the default
implementation uses the standard Java `ConcurrentHashMap`. Otherwise, a
non-zero cache size uses an LRU Map. The default cache size is 89. Note that
the ConcurrentHashMap may be better at thread concurrency.
+> Sets the size of the default implementation of the resource manager cache
size (in number of elements). When `resource.manager.defaultcache.size` is set
to 0, then the default implementation uses the standard Java
`ConcurrentHashMap`. Otherwise, a non-zero cache size uses an LRU Map. The
default cache size is 89. Note that the ConcurrentHashMap may be better at
thread concurrency.
**`resource.loader = file`**