Cache::MemoryBackend (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
Cache::MemoryBackend -- a memory based persistence mechanismDESCRIPTION
The MemoryBackend class is used to persist data to memorySYNOPSIS
my $backend = new Cache::MemoryBackend( ); See Cache::Backend for the usage synopsis.
METHODS
See Cache::Backend for theAPI
documentation.
SEE ALSO
Cache::Backend, Cache::FileBackend, Cache::ShareMemoryBackendAUTHOR
Original author: DeWitt Clinton <dewitt@unto.net>Last author: $Author: dclinton $
Copyright (C) 2001-2003 DeWitt Clinton