forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
431 B
Text
11 lines
431 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Cache-Cache/
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|