On 02/22/2011 03:27 PM, Nelson Perez wrote:
On Tue, Feb 22, 2011 at 7:15 PM, John Plevyak<jplev...@apache.org> wrote:
What do you want to do that the cache inspector can't do?
Just play the file. But I guess that Leif's hint would do, since I would be
retrieving the file from cache and then playing it and verifying it's
integrity locally. Later on I want to implement a memory caching solution in
the form of a plugin.
You mean "memory only"? The disk cache has a RAM cache layered on top of
which, and you can control the RAM size etc. separately form the disk
cache. There is however (yet) no way of running the cache without a disk
backing store. There is an RFE filed for that.
-- leif