comparison src/org/dancres/blitz/arc/package.html @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 <body>
2
3 <p>Generic ARC caching implementation. This package makes a few assumptions
4 as modelled in the interfaces:
5
6 <ol>
7 <li> It caches the contents of a BackingStore implementation which may be
8 disk-based, network-based or whatever.</li>
9 <li> Each entity implements the Identifiable interface indicating that it
10 has the property of being uniquely-identifiable. </li>
11 <li> Each entity is identified by an instance of the opaque type, Identifier.
12 </li>
13 </ol>
14
15 @see org.dancres.blitz.arc.ArcCache
16 @see org.dancres.blitz.arc.Identifier
17 @see org.dancres.blitz.arc.Identifiable
18 @see org.dancres.blitz.arc.BackingStore
19
20 </body>