I've looked at it. Accessing it is rather easy. My problem is the replacement.
The cache must be limited in it's size (of the objects). In case of the
InputStream's of the Source's, which are stored as ByteArrayInputStream, this
is mostly the size of the byte array. What is the "right" way to do this?
Limiting the number of the objects wouldn't be a good solution.
I'd create a custom CacheStore that is able to deal with size and capacity in terms of bytes then.. it is the CacheStore itself that is able to decide if it is full or not.
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
