Description
Shared interprocess cache storage can be implemented with an mmap-backed file. Developers use this module when multiple Perl processes need fast access to shared cached values. Cache files can persist operational data, so placement and permissions should match the sensitivity of the stored content.