[ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread DeWitt Clinton
Summary: Perl Cache is the successor to the popular File::Cache and IPC::Cache perl libraries. This project unifies those modules under the generic Cache::Cache interface and implements Cache::FileCache, Cache::MemoryCache, Cache::SharedMemoryCache, and Cache::SizeAwareFileCache.

Re: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Bill Moseley
At 01:03 PM 03/10/01 -0500, DeWitt Clinton wrote: Summary: Perl Cache is the successor to the popular File::Cache and IPC::Cache perl libraries. This project unifies those modules under the generic Cache::Cache interface and implements Cache::FileCache, Cache::MemoryCache,

Re: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread DeWitt Clinton
On Sat, Mar 10, 2001 at 11:17:21AM -0800, Bill Moseley wrote: When you say successor to File::Cache does that means File::Cache will not be maintained as a separate module anymore? There are no features in File::Cache that will not exist in Cache::FileCache and Cache::SizeAwareFileCache.

RE: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Daniel Little \(Metrex\)
DeWitt, Have you though about making SharedMemoryCache flush to disk if it becomes full but before it's time to expire the data? I've done a lot of thinking about a multi-layered cache implementation. The API would be the same, but it would be clever about using MemoryCache -

Re: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Perrin Harkins
"Daniel Little (Metrex)" wrote: Along the same lines, how about making SizeAwareMemoryCache as well so that you can specify just how much data you want stored in the cache. Sounds like Joshua Chamas' Tie::Cache module. It provides a size-limited LRU cache. - Perrin

RE: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Daniel Little \(Metrex\)
Perrin, "Daniel Little (Metrex)" wrote: Along the same lines, how about making SizeAwareMemoryCache as well so that you can specify just how much data you want stored in the cache. Sounds like Joshua Chamas' Tie::Cache module. It provides a size-limited LRU cache. Indeed! Thanks for

Re: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread DeWitt Clinton
On Sat, Mar 10, 2001 at 02:00:34PM -0600, Daniel Little (Metrex) wrote: Along the same lines, how about making SizeAwareMemoryCache as well so that you can specify just how much data you want stored in the cache. Good idea. I'll add that to the 0.04 feature list as well. Thanks! -DeWitt

Re: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread DeWitt Clinton
On Sat, Mar 10, 2001 at 12:10:35PM -0800, Perrin Harkins wrote: "Daniel Little (Metrex)" wrote: Along the same lines, how about making SizeAwareMemoryCache as well so that you can specify just how much data you want stored in the cache. Sounds like Joshua Chamas' Tie::Cache module. It