Cache::MemoryBackend

Section: User Contributed Perl Documentation (3)
Updated: 2021-01-26
Page Index
 

NAME

Cache::MemoryBackend -- a memory based persistence mechanism  

DESCRIPTION

The MemoryBackend class is used to persist data to memory  

SYNOPSIS

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

  See Cache::Backend for the usage synopsis.

 

METHODS

See Cache::Backend for the API documentation.  

SEE ALSO

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

AUTHOR

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

Last author: $Author: dclinton $

Copyright (C) 2001-2003 DeWitt Clinton


 

Index

NAME
DESCRIPTION
SYNOPSIS
METHODS
SEE ALSO
AUTHOR