froehlich    02/01/26 09:29:54

  Modified:    simplestore PROPOSAL
  Log:
  some more todo's
  
  Revision  Changes    Path
  1.9       +7 -6      jakarta-commons-sandbox/simplestore/PROPOSAL
  
  Index: PROPOSAL
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/PROPOSAL,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PROPOSAL  26 Jan 2002 12:00:35 -0000      1.8
  +++ PROPOSAL  26 Jan 2002 17:29:54 -0000      1.9
  @@ -4,12 +4,10 @@
   
   ABSTRACT:
   The aim of simplestore is to provide some simple
  -and easy to integrate storing components for caching,
  +and easy to integrate storing and swapping components for caching,
   etc.
   
  -The focus is on simple and fast. The aim of the
  -simplestore is not to provide a full fledged cache
  -or something else.
  +The focus is on simple to integrate and fast in processing! 
   
   NOTE:
   I just merged the classes from the Cocoon project, they are not 100% ready
  @@ -18,12 +16,15 @@
   
   TODO:
   - Implement some more meaningful test cases!
  +- Sample implementation for the Swap interface!
  +- Implement a more generic put(..) method. Like put(Map t). So it would
  +be possible to wrap around each Map based list SoftRefMemoryStore for
  +JVM and GC management.
   - Implement more Jisp KeyObject wrappes, for i.e Integer and Long Keys
   - Performance tuning
  -- Some kool swapping features, like a store chain (fast->medium->slow).
   - and whatever you want to add
   
   Initial committers:
   
   Gerhard Froehlich ([EMAIL PROTECTED])
  -Juozas Baliuka ([EMAIL PROTECTED])
  \ No newline at end of file
  +Juozas Baliuka ([EMAIL PROTECTED])
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to