GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQLEngine::Cache::TrivialCache(3) User Contributed Perl Documentation SQLEngine::Cache::TrivialCache(3)

DBIx::SQLEngine::Cache::TrivialCache - Trivial Cache Object

  use DBIx::SQLEngine::Cache::TrivialCache;

  $cache = DBIx::SQLEngine::Cache::TrivialCache->new();

  $cache->set( $key, $value );

  $value = $cache->get( $key );

  $cache->clear();

This package provides a very, very simple cache implementation. No expiration or pruning is performed.

For a more full-featured cache, use one of the Cache::Cache classes.

new()

get_namespace()
Returns nothing.

get()
set()
clear()

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.

2004-11-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.