From: Stevan Little Date: Sun, 13 Dec 2009 06:26:03 +0000 (-0500) Subject: doc cleanup X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Session.git;a=commitdiff_plain;h=7b024adbdb7b595ffe537071779267a968be4008 doc cleanup --- diff --git a/lib/Plack/Session/Store/Cache.pm b/lib/Plack/Session/Store/Cache.pm index 399c608..7b44b00 100644 --- a/lib/Plack/Session/Store/Cache.pm +++ b/lib/Plack/Session/Store/Cache.pm @@ -83,9 +83,9 @@ Plack::Session::Store::Cache - Cache session store =head1 DESCRIPTION -This will persist session data using the L module. This -offers a lot of flexibility due to the many excellent L -drivers available. +This will persist session data using any module which implements the +L interface. This offers a lot of flexibility due to the many +excellent L, L and L drivers available. This is a subclass of L and implements it's full interface. @@ -96,12 +96,14 @@ it's full interface. =item B -The constructor expects an the I param to be an -instance have get, set, and remove method, it will throw an exception -if that is not the case. +The constructor expects the I param to be an object instance +which has the I, I, and I methods, it will throw an +exception if that is not the case. =item B +A simple accessor for the cache handle. + =back =head1 BUGS