blob: b63de8a30c891e6f8bad528a4fe9dce33a0899ae (
plain)
1
2
3
4
5
6
7
8
9
|
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
<tobez@tobez.org>
|