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)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
My first PERL incarnation... Audio Oscillograph |