A simple example setting up a LRU cache with and without disk storage would interest me. Would the simplest case of a completely in memory cache, be too simple a case to use JCS?
john mcnally Daniel Rall wrote: > > "Pete Kazmier" <[EMAIL PROTECTED]> writes: > > > On Sat, Feb 16, 2002 at 10:55:02AM -0500, Aaron Smuts wrote: > >> Suggestions on more documentation? We really need more examples of > >> how to use this thing. > > > > I think it would be useful if there was a document that presented > > 'typical' deployment(s) of JCS. The overview doc is very high-level, > > while the other docs deal with specifics. How about something in the > > middle? A document about how to use JCS effectively in an application? > > This might specify recommended numbers of caches and what types of > > caches to deploy (local, remote, lateral, etc ...) as well as other > > architectural issues? > > Definitely, concrete examples are key to grasping new concepts. I > would love to see an example which shows how to setup a distributed, > in-memory cache which propogates cache invalidations across hosts in > the cluster. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
