Apache-Storage
view release on metacpan or search on metacpan
Apache::Storage - Storing data in Apache.
SYNOPSIS
use Apache::Storage;
DESCRIPTION
Ever wanted to store information in Apache so the additional requests
could gain access to it?
For example, you create an object which is fairly expensive and you
don't want to have to recreate each time, or say you just have some
information you are storing in a reference that you want requests that
follow you to see.
This module is for you.
It has three functions described below. They allow you to store and
retrieve information from the Apache process. The functions are fairly
simple and should make it pretty easy for you to do so without to much
hassle.
use Apache::Storage;
=head1 DESCRIPTION
Ever wanted to store information in Apache so
the additional requests could gain access to it?
For example, you create an object which is fairly
expensive and you don't want to have to
recreate each time, or say you just have some
information you are storing in a reference that
you want requests that follow you to see.
This module is for you.
It has three functions described below. They allow
you to store and retrieve information from the
Apache process. The functions are fairly simple
and should make it pretty easy for you to do so
without to much hassle.
( run in 0.933 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )