You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / perl-IPC-SharedCache-1.3-21.fc19.noarch

perl-IPC-SharedCache-1.3-21.fc19.noarch

Package Attributes
RPM  perl-IPC-SharedCache-1.3-21.fc19.noarch.rpm Architecture  noarch Size  72071 Created  2019/09/30 06:51:26 UTC
Package Specification
Summary Perl module to manage a cache in SysV IPC shared memory
Group Development/Libraries
License GPLv2+
Home Page http://search.cpan.org/dist/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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsXz)  
Provides
perl(IPC::SharedCache)
perl-IPC-SharedCache

Document Actions