Project Description

The IPC::SharedCache Perl 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. Every process that accesses shared memory with the same key gets access to the same region of memory. This module attempts to make shared memory easy to use for one specific application -- a shared memory cache.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project