![]() |
![]()
| ![]() |
![]()
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::Cache AUTHOROriginal author: Jay Sachs Last author: $Author: dclinton $ Copyright (C) 2001 Jay Sachs, 2002 DeWitt Clinton
|