Cache::MemoryBackend - a memory based persistance mechanism


Cache-Cache documentation  | view source Contained in the Cache-Cache distribution.

Index


NAME

Top

Cache::MemoryBackend -- a memory based persistance mechanism

DESCRIPTION

Top

The MemoryBackend class is used to persist data to memory

SYNOPSIS

Top

  my $backend = new Cache::MemoryBackend( );

  See Cache::Backend for the usage synopsis.

METHODS

Top

See Cache::Backend for the API documentation.

SEE ALSO

Top

Cache::Backend, Cache::FileBackend, Cache::ShareMemoryBackend

AUTHOR

Top

Original author: DeWitt Clinton <dewitt@unto.net>

Last author: $Author: dclinton $

Copyright (C) 2001-2003 DeWitt Clinton


Cache-Cache documentation  | view source Contained in the Cache-Cache distribution.