Metadata for perl-IPC-SharedCache-1.3-46.el9.noarch.rpm

0 directories 0 files
Go up

INFO

Name: perl-IPC-SharedCache
Version: 1.3-46.el9
Arch: noarch
Summary: Perl module to manage a cache in SysV IPC shared memory
License: GPLv2+
Vendor: Fedora Project
Build Host: buildvm-ppc64le-34.iad2.fedoraproject.org
Build Date: Thu Dec 23 16:09:04 2021
Size: 71386
URL: https://metacpan.org/release/IPC-SharedCache
Description: This module provides a shared memory cache accessed as a tied hash.
Shared memory is an area of memory that is available to all processes.
It is accessed by choosing a key, the ipc_key argument to tie.  Every
process that accesses shared memory with the same key gets access to
the same region of memory.  In some ways it resembles a file system,
but it is not hierarchical and it is resident in memory.  This makes
it harder to use than a filesystem but much faster.  The data in
shared memory persists until the machine is rebooted or it is
explicitly deleted.

FILES

/usr/share/doc/perl-IPC-SharedCache
/usr/share/doc/perl-IPC-SharedCache/ANNOUNCE
/usr/share/doc/perl-IPC-SharedCache/Changes
/usr/share/doc/perl-IPC-SharedCache/README
/usr/share/licenses/perl-IPC-SharedCache
/usr/share/licenses/perl-IPC-SharedCache/LICENSE
/usr/share/man/man3/IPC::SharedCache.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/SharedCache.pm

REQUIRES

perl(:MODULE_COMPAT_5.32.1)
perl(Carp)
perl(IPC::ShareLite) 0.06
perl(Storable)
perl(integer)
perl(strict)
perl(vars)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1

PROVIDES

perl(IPC::SharedCache) 1.3
perl-IPC-SharedCache 1.3-46.el9

CONFIG FILES

/usr/share/doc/perl-IPC-SharedCache
/usr/share/doc/perl-IPC-SharedCache/ANNOUNCE d
/usr/share/doc/perl-IPC-SharedCache/Changes d
/usr/share/doc/perl-IPC-SharedCache/README d
/usr/share/licenses/perl-IPC-SharedCache
/usr/share/licenses/perl-IPC-SharedCache/LICENSE l
/usr/share/man/man3/IPC::SharedCache.3pm.gz d
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/SharedCache.pm

LICENSE FILES

GPLv2+