Cache-Memcached-Managed
view release on metacpan or search on metacpan
lib/Cache/Memcached/Managed.pm view on Meta::CPAN
Expiration can be specified in seconds, but, for convenience, can also be
specified in days, hours and minutes (and seconds). This is indicated by
a number, immediately followed by a letter B<D> (for days) or B<H> (for hours)
or B<M> (for minutes) or B<S> (for seconds). For example:
2D3H
means 2 days and 3 hours, which means B<183600> seconds.
=head2 transparent fork handling
Using this module, you do not have to worry if everything will still work
after a fork(). As soon as it is detected that the process has forked, new
handles will be opened to the memcached servers in the child process (so the
meticulous calling of "disconnect_all" of L<Cache::Memcached> is no longer
needed).
Transparent thread handling is still on the todo list.
=head1 CLASS METHODS
( run in 0.807 second using v1.01-cache-2.11-cpan-0a6323c29d9 )