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 mp...@apache.org on 2003/08/22 10:47:25 UTC

cvs commit: jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/disk/hsql package.html

mpoeschl    2003/08/22 01:47:25

  Added:       src/java/org/apache/jcs/engine/behavior package.html
               src/java/org/apache/jcs/access package.html
               src/java/org/apache/jcs/config package.html
               src/java/org/apache/jcs/auxiliary/remote package.html
               src/java/org/apache/jcs/engine/memory/lru package.html
               src/java/org/apache/jcs/auxiliary/lateral package.html
               src/java/org/apache/jcs/auxiliary package.html
               src/java/org/apache/jcs package.html
               src/java/org/apache/jcs/engine/memory package.html
               src/java/org/apache/jcs/engine package.html
               src/java/org/apache/jcs/engine/memory/mru package.html
               src/java/org/apache/jcs/engine/control package.html
               src/java/org/apache/jcs/auxiliary/behavior package.html
               src/java/org/apache/jcs/auxiliary/disk package.html
               src/java/org/apache/jcs/auxiliary/disk/jisp package.html
               src/java/org/apache/jcs/auxiliary/disk/hsql package.html
  Log:
  add package docs
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/engine/behavior/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
       Interfaces used by the core and the auxiliary caches.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/access/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      Contains classes for accessing the cache. The CacheAccess interface, which 
      all classes in this package implement, provides all the methods a client 
      should need to use a Cache.  
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/config/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      This package contains utility classes that are used when configuring the 
      cache. <br/>
      NOTE: It is likely that these classes will be removed in the future in favor
      of commons-configuration.  
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      Root package for the remote auxiliary cache.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/lru/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      The primary memory plugin using a 'least recently used' removal policy.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/lateral/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      Root package for the lateral cache family. Lateral caches broadcast puts 
      and removals to other local caches.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      Root package for auxiliary caches.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
       Contains the class JCS which provides a simple interface for clients to use
       JCS.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      Parent package for memory type plugins. 
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/engine/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
       Interfaces used by the core and the auxiliary caches.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/mru/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
       A memory plugin implemented using a 'most recently used' removal policy. 
       In general this is slow and should not be used.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/engine/control/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
        The primary cache classes and the hub. 
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/behavior/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
       Auxilliary cache interfaces.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/disk/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      The primary disk auxiliary. Objects are serialized to a file on disk. 
      This implementation uses memory keys and performs quite well. 
      Recomended for most cases.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/disk/jisp/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      Disk cache implemented with the Java Indexed Serialization Package, which 
      allows serialization of objects to B-Tree indexed tables on disk. 
      This is quite slow currently.
    </body>
  </html>
  
  
  
  1.1                  jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/disk/hsql/package.html
  
  Index: package.html
  ===================================================================
  <html>
    <head>
    </head>
    <body>
      A disk cache using Hypersonic SQL to serialize the contained objects.
    </body>
  </html>