2001-05-24 10:08:19 -04:00
|
|
|
The Perl Cache package provides Cache::Cache, a generic interface for
|
|
|
|
creating persistent data stores. This interface is implemented by the
|
|
|
|
Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache,
|
|
|
|
Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and
|
|
|
|
Cache::SizeAwareSharedMemoryCache classes. This work replaces
|
|
|
|
File::Cache and IPC::Cache.
|
|
|
|
|
|
|
|
-Anton
|
2001-06-12 15:25:41 -04:00
|
|
|
<tobez@FreeBSD.org>
|