NAME
DBIx::SQLEngine::Cache::BasicCache - Basic Cache Object
SYNOPSIS
$cache
= DBIx::SQLEngine::Cache::BasicCache->new();
$cache
->set(
$key
,
$value
);
$value
=
$cache
->get(
$key
);
$cache
->clear();
DESCRIPTION
This package provides a fairly simple cache implementation.
For a more full-featured cache, use one of the Cache::Cache classes.
CACHE INTERFACE
Constructor
Accessors
Operations
Expiration and Pruning
Logging
SEE ALSO
For a more full-featured cache, see Cache::Cache.
For more about the Cache classes, see DBIx::SQLEngine::Record::Trait::Cache.
For more about the Record classes, see DBIx::SQLEngine::Record::Class.
See DBIx::SQLEngine for the overall interface and developer documentation.
See DBIx::SQLEngine::Docs::ReadMe for general information about this distribution, including installation and license information.