The NullCache class implements the Cache::Cache interface, but does not actually persist data. This is useful when developing and debugging a system and you wish to easily turn off caching. As a result, all calls to get and get_object will return und...
RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTCThe Cache::Null class implements the Cache interface, but does not actually persist data. This is useful when developing and debugging a system and you wish to easily turn off caching. As a result, all calls return results indicating that there is no...
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTCThis cache implementation will cache nothing. This is primarily intended for testing or comparing runtime without a cache against runtime with a cache. It's like Cache::Null but supports the additional methods in Cache::Ref....
BRUNOV/Cache-Ref-0.04 - 23 Sep 2010 19:55:24 UTCThis module implements a version of Cache::Entry for the Cache::Null variant of Cache. It should not be created or used directly, please see 'Cache::Null' or 'Cache::Entry' instead....
SHLOMIF/Cache-2.11 - 24 Feb 2015 13:04:21 UTCNull cache implementation of the Cache::Cache API (nothing is cached)....
BBC/Pinwheel-0.2.7 - 19 Jan 2010 17:03:02 UTCThis implementation simply calls the cache loader each time get() is called, thus no caching is done. It is useful for testing when you want to quickly disable caching by flipping the Method passed to Cache::AgainstFile....
BBC/Cache-AgainstFile-1.016 - 09 May 2006 09:14:44 UTCThis class implements a basic, hash-based cache....
MARCEL/Hook-Modular-1.101050 - 15 Apr 2010 16:02:27 UTCThis trivial cache class supports the cache interface but doesn't store or retrieve any values. Public Methods new() $cache = Text::MicroMason::Cache::Null->new(); get() undef = $cache->get( $key ); Does nothing. set() $cache->set( $key, $value ); Re...
FERRENCY/Text-MicroMason-2.23 - 27 Jun 2019 21:37:01 UTCThe Null WURFL Cloud Client Cache Provider. This exists only to disable caching and should not be used for production installations....
PASSANI/Net-WURFL-ScientiaMobile-1.0.3 - 17 Dec 2012 10:39:34 UTCCache::CacheFactory is a drop-in replacement for the Cache::Cache subclasses allowing you to access a variety of caching policies from a single place, mixing and matching as you choose rather than having to search for the cache module that provides t...
SGRAHAM/Cache-CacheFactory-1.10 - 16 Feb 2010 12:29:36 UTC