Fedora Packages

perl-IPC-SharedCache

Perl module to manage a cache in SysV IPC shared memory

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.3-53.fc40 -
Fedora 40 1.3-53.fc40 -
Fedora 39 1.3-51.fc39 -
Fedora 38 1.3-50.fc38 -
EPEL 9 1.3-46.el9 -
EPEL 8 1.3-40.el8 -
EPEL 7 1.3-21.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-IPC-SharedCache dash maintainers at fedoraproject dot org.



Sources on Pagure