The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "CHI"

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

Mojolicious::Plugin::CHI::chi - Interact with CHI caches River stage one • 2 direct dependents • 2 total dependents

Mojolicious::Plugin::CHI::chi helps you to interact with caches associated with Mojolicious::Plugin::CHI....

AKRON/Mojolicious-Plugin-CHI-0.20 - 14 Nov 2018 14:07:46 UTC - Search in distribution

Tie::CHI - Tied hash to persistent CHI cache River stage zero No dependents

Tie::CHI implements a tied hash connected to a CHI cache. It can be used with any of CHI's backends (File, Memcached, DBI, etc.) Usage is one of the following: tie %cache, 'Tie::CHI', $hash_of_chi_options; tie %cache, 'Tie::CHI', $existing_chi_cache;...

JSWARTZ/Tie-CHI-0.02 - 07 Nov 2011 04:32:46 UTC - Search in distribution

CHI::Cascade - a cache dependencies (cache and like 'make' utility concept) River stage zero No dependents

This module is the attempt to use a benefits of caching and 'make' concept. If we have many an expensive tasks (a *computations* or sometimes here used term as a *recomputing*) and want to cache it we can split its to small expsnsive tasks and to des...

PERLOVER/CHI-Cascade-0.300004 - 13 Jul 2020 17:01:17 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

CHI::Driver::DBI - Use DBI for cache storage River stage zero No dependents

This driver uses a database table to store the cache. The newest versions of MySQL and SQLite work are known to work. Other RDBMSes should work. Why cache things in a database? Isn't the database what people are trying to avoid with caches? This is o...

JSWARTZ/CHI-Driver-DBI-1.27 - 11 Sep 2014 09:19:41 UTC - Search in distribution

CHI::Driver::DBIC - DBIx::Class Driver for CHI. River stage zero No dependents

DUNCAN/CHI-Driver-DBIC-0.002 - 06 Jan 2015 16:04:31 UTC - Search in distribution

CHI::Driver::LMDB - use OpenLDAPs LMDB Key-Value store as a cache backend. River stage zero No dependents

KENTNL/CHI-Driver-LMDB-0.002004 - 05 Mar 2017 13:46:22 UTC - Search in distribution

CHI::Driver::MySQL - Use MySQL for cache storage River stage zero No dependents

This driver uses a `chi_cache` table to store the cache. The table is created by the driver itself. Encode is required for encoding as UTF-8 the value that is about to be stored in database Mojo::mysql is required for connection to database...

CRLCU/CHI-Driver-MySQL-0.3 - 22 Dec 2016 13:55:09 UTC - Search in distribution

CHI::Driver::Redis - Redis driver for CHI River stage one • 1 direct dependent • 1 total dependent

A CHI driver that uses "Redis" to store the data. Care has been taken to not have this module fail in fiery ways if the cache is unavailable. It is my hope that if it is failing and the cache is not required for your work, you can ignore its warnings...

IBURRELL/CHI-Driver-Redis-0.10 - 22 Jan 2016 18:59:36 UTC - Search in distribution

Starch::Store::CHI - Starch storage backend using CHI. River stage zero No dependents

This Starch store uses CHI to set and get state data....

BLUEFEET/Starch-Store-CHI-0.05 - 02 Mar 2019 17:59:57 UTC - Search in distribution

Terse::Plugin::CHI - Terse response cache River stage zero No dependents

LNATION/Terse-Plugin-CHI-0.01 - 03 Feb 2023 19:28:57 UTC - Search in distribution

CHI::Driver::Reddit - use Reddit as a cache! River stage zero No dependents

See Cache::Reddit and CHI for details....

DFARRELL/CHI-Driver-Reddit-0.02 - 02 Jun 2017 15:22:41 UTC - Search in distribution

CHI::Driver::MongoDB - MongoDB driver for CHI River stage zero No dependents

Driver to use MongoDB as storage back end for CHI. CHI "namespace"s are translated to MongoDB collections, so you can use the same database name for all CHI instances (or simply use the default and omit the parameter). The driver supports the "expire...

HJANSEN/CHI-Driver-MongoDB-0.0101 - 04 Nov 2018 19:25:04 UTC - Search in distribution

Dancer::Session::CHI - CHI-based session engine for Dancer River stage zero No dependents

This module leverages CHI to provide session management for Dancer applications. Just as Dancer::Session::KiokuDB opens up KiokuDB's full range of "KiokuDB::Backend"::* modules to be used in Dancer session management, Dancer::Session::CHI makes avail...

RSIMOES/Dancer-Session-CHI-v0.1.6 - 27 Feb 2013 00:47:01 UTC - Search in distribution

Dancer2::Session::CHI - Dancer 2 session storage with CHI backend River stage zero No dependents

This module implements a session factory for Dancer2 that stores session state using CHI....

CROMEDOME/Dancer2-Session-CHI-0.05 - 05 Feb 2023 23:44:20 UTC - Search in distribution

CHI::Driver::Memcached - Distributed cache via memcached (memory cache daemon) River stage one • 3 direct dependents • 3 total dependents

A CHI driver that uses Cache::Memcached to store data in the specified memcached server(s). CHI::Driver::Memcached::Fast and CHI::Driver::Memcached::libmemcached are also available as part of this distribution. They work with other Memcached clients ...

JSWARTZ/CHI-Driver-Memcached-0.16 - 11 Sep 2014 09:18:14 UTC - Search in distribution

CHI::Driver::Rethinkdb - Rethinkdb driver for CHI River stage zero No dependents

This driver uses the Rethinkdb module(s) to communicate with Rethinkdb database. Rethinkdb is an open-source nosql database. <https://www.rethinkdb.com/>...

DBURKE/CHI-Driver-Rethinkdb-0.1.2 - 01 May 2016 18:30:13 UTC - Search in distribution

CHI::Driver::SharedMem - Cache data in shared memory River stage zero No dependents

NHORNE/CHI-Driver-SharedMem-0.19 - 30 Aug 2023 12:40:21 UTC - Search in distribution

CHI::Driver::BerkeleyDB - BerkeleyDB Cache Driver for CHI River stage zero No dependents

This cache driver uses Berkeley DB files to store data. Each namespace is stored in its own db file. By default, the driver configures the Berkeley DB environment to use the Concurrent Data Store (CDS), making it safe for multiple processes to read a...

MSCHOUT/CHI-Driver-BerkeleyDB-0.05 - 16 Jun 2018 17:07:12 UTC - Search in distribution
249 results (0.065 seconds)