Description
Application-level cache storage can be added to Perl programs with a small helper module. Developers use it to avoid repeating expensive computations, downloads, or lookups inside scripts and apps. Cached data may contain application output or fetched content depending on how the host program uses it.