The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Memoize::Expire"

Memoize::Expire - Plug-in module for automatic expiration of memoized values River stage three • 77 direct dependents • 304 total dependents

Memoize::Expire is a plug-in module for Memoize. It allows the cached values for memoized functions to expire automatically. This manual assumes you are already familiar with the Memoize module. If not, you should study that manual carefully first, p...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC - Search in distribution
  • Memoize - Make functions faster by trading space for time

Memoize::Expire::ByInstance - A Memoize plugin which provides per-class-instance expiration of memoized data. River stage zero No dependents

Memoize::Expire::ByInstance is a plug-in module for Memoize which supports memoization of class-methods and allows you to set their maximums for expiration on a per-instance bases. Memoize works by caching the returend value of a function invocation ...

JBEVERLY/Memoize-Expire-ByInstance-0.500005 - 10 Jul 2012 08:30:06 UTC - Search in distribution

Memoize::ExpireLRU - Expiry plug-in for Memoize that adds LRU cache expiration River stage three • 2 direct dependents • 118 total dependents

For the theory of Memoization, please see the Memoize module documentation. This module implements an expiry policy for Memoize that follows LRU semantics, that is, the last n results, where n is specified as the argument to the "CACHESIZE" parameter...

NEILB/Memoize-ExpireLRU-0.56 - 06 Jul 2016 23:05:22 UTC - Search in distribution

CHI - Unified cache handling interface River stage three • 97 direct dependents • 204 total dependents

CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will...

ASB/CHI-0.61 - 13 Oct 2021 14:56:11 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

NetApp::Filer - OO Class for managing NetApp Filer devices River stage zero No dependents

This class implements methods for communication with a NetApp Filer device. Both ssh and telnet are supported, but only ssh is really recommended. NetApp doesn't support concurrent access via telnet, and the error checking using ssh is far more robus...

WPMOORE/NetApp-500.002 - 05 Jun 2012 14:47:45 UTC - Search in distribution

IPC::Cmd::Cached - Run expensive commands and cache their output River stage zero No dependents

"IPC::Cmd::Cached" uses "IPC::Cmd" to run arbitrary shell commands, but caches their results and finds them later. It uses a "Cache::FileCache" object to store the output of commands it has successfully executed persistently on disk. Results are stor...

MSCHILLI/IPC-Cmd-Cached-0.01 - 18 Dec 2007 06:10:59 UTC - Search in distribution

CHI::Memoize - Make functions faster with memoization, via CHI River stage one • 1 direct dependent • 6 total dependents

"`Memoizing' a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, "memoize" jumps in and gives you the value out of the tab...

JSWARTZ/CHI-Memoize-0.07 - 13 Aug 2014 12:34:07 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Memoize::Saves - Plug-in module to specify which return values should be memoized River stage zero No dependents

Memoize::Saves is a plug-in module for Memoize. It allows the user to specify which values should be cached or which should be dumped. Please read the manual for Memoize for background information. Use the CACHE option to specify a list of return val...

ARISTOTLE/Memoize-Saves-0.700 - 09 Aug 2022 20:05:54 UTC - Search in distribution

Mail::Log::Parse::Postfix - Parse and return info in Postfix maillogs River stage one • 1 direct dependent • 1 total dependent

This is a subclass of Mail::Log::Parse, which handles parsing for Postfix mail logs....

DSTAAL/Mail-Log-Parse-1.0402 - 15 Nov 2015 00:46:06 UTC - Search in distribution

Finance::Currency::Convert::WebserviceX - Lightweight currency conversion using WebserviceX.NET River stage one • 4 direct dependents • 9 total dependents

This is a lightweight module to do currency conversion using the Currency Converter web service at http://www.webservicex.net/. The motivation for this module was many fold. First, Finance::Currency::Convert with Finance::Quote was a little too bulky...

CLACO/Finance-Currency-Convert-WebserviceX-0.07001 - 24 May 2009 14:40:53 UTC - Search in distribution

App::Chart::Memoize::ConstSecond - memoize functions to cache for 1 second River stage zero No dependents

"App::Chart::Memoize::ConstSecond" modifies given functions so that the return value from the original is cached for 1 second (until "time()" ticks over). This is meant to save work if the original func has to do something slow like a disk lookup or ...

KRYDE/App-Chart-273 - 21 Apr 2024 05:07:52 UTC - Search in distribution
14 results (0.085 seconds)