Name: | perl-IPC-SharedCache |
---|---|
Version: | 1.3 |
Release: | 46.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 71386 |
License: | GPLv2+ |
RPM: | perl-IPC-SharedCache-1.3-46.el9.noarch.rpm |
Source RPM: | perl-IPC-SharedCache-1.3-46.el9.src.rpm |
Build Date: | Fri Feb 04 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/IPC-SharedCache |
Summary: | Perl module to manage a cache in SysV IPC shared memory |
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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Spec clean-up - Use author-independent source URL - Classify buildreqs by usage - Drop redundant buildroot cleaning in %install section - Simplify find command using -delete - Don't need to remove empty directories from the buildroot - Fix permissions verbosely - Make %files list more explicit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild