Name : perl-File-Cache
| |
Version : 0.16
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.2
| Date : 2015-10-05 02:02:22
|
Group : Development/Libraries/Perl
| Source RPM : perl-File-Cache-0.16-1.2.src.rpm
|
Size : 0.10 MB
| |
Packager : (none)
| |
Summary : Share data between processes via filesystem
|
Description :
*File::Cache* is a perl module that implements an object storage space where data is persisted across process boundaries via the filesystem.
File::Cache builds a cache in the file system using a multi-level directory structure that looks like this:
< CACHE_KEY>/< USERNAME>/< NAMESPACE>/[D1]/[D2]/.../< OBJECTS>
CACHE_KEY is the location of the root level of the cache. The cache key defaults to < TMPDIR>/File::Cache, where < TMPDIR> is the temporary directory on your system. USERNAME is the user identifier. This value defaults to the userid, if it can be determined from the system, or \"nobody\" if it can not. < NAMESPACE> defaults to \"_default\". D1, D2, etc. are subdirectories that are created to hold the cache objects. The number subdirectories depends on the _cache_depth_ value, which defaults to 0. Objects are stored in the cache using a method which depends on the _persistence_mechanism_ value.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(File::Cache)
perl-File-Cache
Requires :