Man Page: cache::memorycache
Operating Environment: debian
Section: 3pm
Cache::MemoryCache(3pm) User Contributed Perl Documentation Cache::MemoryCache(3pm)NAMECache::MemoryCache -- implements the Cache interface.DESCRIPTIONThe MemoryCache class implements the Cache interface. This cache stores data on a per-process basis. This is the fastest of the cache implementations, but data can not be shared between processes with the MemoryCache. However, the data will remain in the cache until cleared, it expires, or the process dies. The cache object simply going out of scope will not destroy the data.SYNOPSISuse Cache::MemoryCache; my $cache = new Cache::MemoryCache( { 'namespace' => 'MyNamespace', 'default_expires_in' => 600 } ); 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: DeWitt Clinton <dewitt@unto.net> Last author: $Author: dclinton $ Copyright (C) 2001-2003 DeWitt Clinton perl v5.12.4 2009-03-01 Cache::MemoryCache(3pm)
| Related Man Pages |
|---|
| cache::basecachetester(3pm) - debian |
| cache::cache(3pm) - debian |
| cache::memory(3pm) - debian |
| cache::object(3pm) - debian |
| cache::sharedmemorycache(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... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |