Apache-Session-libmemcached
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Apache/Session/Store/libmemcached.pm view on Meta::CPAN
}
$self->_write_session(set => $session);
}
=head2 update
Replace a session id into memcached.
=cut
sub update {
my ($self, $session) = @_;
$self->_write_session(replace => $session);
}
=head2 materialize
Retrieve the content of a session id
=cut
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.490 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )