You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2004/07/14 06:48:50 UTC

cvs commit: jakarta-turbine-jcs/xdocs Plugins.xml navigation.xml

asmuts      2004/07/13 21:48:50

  Modified:    xdocs    Plugins.xml navigation.xml
  Log:
  Plugin overview documentation
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-turbine-jcs/xdocs/Plugins.xml
  
  Index: Plugins.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/Plugins.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Plugins.xml	14 Jul 2004 04:45:32 -0000	1.1
  +++ Plugins.xml	14 Jul 2004 04:48:50 -0000	1.2
  @@ -22,6 +22,7 @@
       <section name="Memory Plugins"> 
         <p> 
   	Currently, JCS provides four memory management options: (1) 	LRUMemoryCache, (2) LHMLRUMemoryCache, (3) MRUMemoryCache, and (4) 	ARCMemoryCache.  All memory caches restrict the number of items that can 	be stored in memory per region.  If a disk cache is configured for the 	region, the items will be spooled to disk when the memory capacity is 	reached.  JCS enforces configurable parameters such as time to live 	and maximum idle time.  Expired elements can be cleaned up by the 	ShrinkerThread, otherwise they will be removed at the next retrieval 	attempt or when the capacity is reached.
  +	</p>
   	<p>
   	The LRUMemoryCache is the currently recommended plugin.  Upon 	misconfiguration it is used as the default.  The LRUMemoryCache removes 	the least recently used items when the cache is full.  
   	</p>
  
  
  
  1.5       +1 -0      jakarta-turbine-jcs/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	1 Apr 2004 13:29:15 -0000	1.4
  +++ navigation.xml	14 Jul 2004 04:48:50 -0000	1.5
  @@ -17,6 +17,7 @@
         <item name="JCS and JCACHE"       href="/JCSandJCACHE.html"/>
         <item name="Basic JCS Config"     href="/BasicJCSConfiguration.html"/>
         <item name="Basic Web Example"    href="/UsingJCSBasicWeb.html"/>
  +      <item name="Plugin Overview"      href="/Plugins.html"/>
         <item name="Local Cache"          href="/LocalCacheConfig.html"/>
         <item name="Indexed Disk Cache"   href="/IndexedDiskAuxCache.html"/>
         <item name="Remote Cache"         href="/RemoteAuxCache.html"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org