| Cache::FileCache(3pm) | User Contributed Perl Documentation | Cache::FileCache(3pm) |
Cache::FileCache -- implements the Cache interface.
The FileCache class implements the Cache interface. This cache stores data in the filesystem so that it can be shared between processes.
use Cache::FileCache;
my $cache = new Cache::FileCache( { 'namespace' => 'MyNamespace',
'default_expires_in' => 600 } );
See Cache::Cache for the usage synopsis.
See Cache::Cache for the API documentation.
See Cache::Cache for standard options. Additionally, options are set by passing in a reference to a hash containing any of the following keys:
See Cache::Cache for default properties.
Cache::Cache
Original author: DeWitt Clinton <dewitt@unto.net>
Last author: $Author: dclinton $
Copyright (C) 2001-2003 DeWitt Clinton
| 2022-06-30 | perl v5.34.0 |