Search results for "module:Class::Cache"
Class::Cache - object factory with revivifying cache
In mod_perl, one wants to pre-load as many things as possible. However, the objects created from the classes that I was loading can only be used once, after which they have to be recreated. So, to save oneself the trouble of keeping track of which cl...
TBONE/Class-Cache-1.12 - 07 Nov 2005 05:20:06 UTC
SNMP::Class::Cache - An SNMP::Class::ResultSet which is also a live SNMP::Class session.
ADUITSIS/SNMP-Class-0.15
-
29 Aug 2008 14:30:23 UTC
SimpleDB::Class::Cache - Memcached interface for SimpleDB.
An API that allows you to cache item data to a memcached server. Technically I should be storing the item itself, but since the item has a reference to the domain, and the domain has a reference to the simpledb object, it could cause all sorts of pro...
RIZEN/SimpleDB-Class-1.0503 - 12 Apr 2012 02:46:56 UTC
Class::Method::Cache::FastMmap - Cache method results using Cache::FastMmap
This package allows you to easily cache the results of a method call using Cache::FastMmap....
RRWO/Class-Method-Cache-FastMmap-v0.3.2 - 14 May 2018 20:18:39 UTC
Class::MethodCache - Manipulate Perl's method resolution cache
FLORA/Class-MethodCache-0.05
-
26 Mar 2011 10:24:41 UTC
Class::DBI::ObjectCache - Object cache used by Class::DBI::Cacheable
This method is a generic base-class used for storing and retrieving objects to and from a Cache::Cache framework. This is extended by Class::DBI::Cacheable to provide transparent Class::DBI caching support, though it can be used for other types of ob...
NACHBAUR/Class-DBI-Cacheable-0.03 - 05 Dec 2004 05:14:20 UTC
Class::DBI::Plugin::NoCache - CDBI record caching controller
When you get or create records with CDBI, all the records will be cached. However, there is a problem that a process of CDBI application can't be notified about the change of the records by other processes. So, maybe there are times when you want to ...
LYOKATO/Class-DBI-Plugin-NoCache-0.03 - 27 Aug 2005 10:04:45 UTC
WWW::Phanfare::Class::CacheAPI - Caching WWW::Phanfare::API wrapper.
A plugin wrapper for WWW::Phanfare::API class. Caches Get* results for 30 seconds. Expire cached parent Get* results when adding or deleting objects....
SAUBER/WWW-Phanfare-Class-0.03 - 17 Aug 2011 11:30:39 UTC
Class::DBI::Lite::CacheManager - Base class for NoSQL cache managers.
Many - but not all - database queries can be avoided by using a simple cache system. The CacheManager extentions for Class::DBI::Lite offer the following features: * Up to 10x increase in speed. * Per-class caching options - specify different cache p...
JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC
Class::MakeMethods::Utility::DiskCache - Optional Template feature
To enable disk caching of Class::MakeMethods::Template generated code, create an empty directory and pass it to the DiskCache package: use Class::MakeMethods::Utility::DiskCache qw( /my/code/dir ); This has a mixed effect on performance, but has the ...
EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC
Class::C3 - A pragma to use the C3 method resolution order algorithm
This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...
HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC
Class::MOP - A Meta Object Protocol for Perl 5
This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. That sa...
ETHER/Moose-2.2203 - 22 Jan 2023 17:55:17 UTC
Object::Hybrid - promote Perl primitives (hashes, scalars, arrays, and filehandles), either tie()d or not, to become hybrid objects
Some applications need to accept both plain primitives as well as tie()d primitives with additional (non-perltie) methods and parameters supported by extended interface available through tied() object. For example, application cache may be allowed to...
METADOO/Object-Hybrid-0.07 - 18 Nov 2013 01:46:58 UTC
Oryx::Class - abstract base class for Oryx classes
Abstract base class for Oryx persistent classes....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
Class::HPLOO - Easier way to declare classes on Perl, based in the popular class {...} style and ePod.
This is the implemantation of OO-Classes for HPL. This brings an easy way to create PM classes, but with HPL resources/style....
GMPASSOS/Class-HPLOO-0.23 - 07 Mar 2005 21:11:08 UTC