Query: cache::nullcache
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Cache::NullCache(3pm) User Contributed Perl Documentation Cache::NullCache(3pm)NAMECache::NullCache -- implements the Cache interface.DESCRIPTIONThe 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 undef.SYNOPSISuse Cache::NullCache; my $cache = new Cache::NullCache( ); See Cache::Cache for the usage synopsis.METHODSSee Cache::Cache for the API documentation.OPTIONSSee Cache::Cache for standard options.PROPERTIESSee Cache::Cache for default properties.SEE ALSOCache::CacheAUTHOROriginal author: Jay Sachs Last author: $Author: dclinton $ Copyright (C) 2001 Jay Sachs, 2002 DeWitt Clinton perl v5.12.4 2009-03-01 Cache::NullCache(3pm)
| Related Man Pages |
|---|
| cache::basecache(3pm) - debian |
| cache::filecache(3pm) - debian |
| cache::memory(3pm) - debian |
| cache::object(3pm) - debian |
| cache::sizeawarefilecache(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |