From: Chris W. <la...@us...> - 2005-01-24 16:55:42
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13355 Modified Files: Cache.pm Log Message: minor: ensure people know they can store arbitrary perl data structures in the cache Index: Cache.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Cache.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Cache.pm 31 Oct 2004 00:26:25 -0000 1.11 --- Cache.pm 24 Jan 2005 16:55:33 -0000 1.12 *************** *** 259,264 **** =item * ! B<data>: The data to save in the cache. This can be an SPOPS object or ! HTML content. =item * --- 259,266 ---- =item * ! B<data>: The data to save in the cache. This can be an SPOPS object, ! HTML content or any cacheable Perl data structure. (Don't try to store ! database handles, filehandles, or any other object with 'live' ! connections to real-world resources.) =item * |