[Jifty-commit] r3020 - in Jifty-DBI/trunk: lib/Jifty/DBI/Record

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Mar 18 10:09:15 EDT 2007


Author: sterling
Date: Sun Mar 18 10:09:14 2007
New Revision: 3020

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/Record/Cachable.pm

Log:
 r4104 at riddle:  andrew | 2007-03-18 09:01:01 -0500
 Fixed documentation coverage in Jifty::DBI::Record::Cachable.


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Record/Cachable.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Record/Cachable.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Record/Cachable.pm	Sun Mar 18 10:09:14 2007
@@ -84,6 +84,13 @@
 
 }
 
+=head2 load_from_hash
+
+Overrides the implementation from L<Jifty::DBI::Record> to add caching.
+
+=cut
+
+
 sub load_from_hash {
     my $self = shift;
 
@@ -106,6 +113,12 @@
 
 }
 
+=head2 load_by_cols
+
+Overrides the implementation from L<Jifty::DBI::Record> to add caching.
+
+=cut
+
 sub load_by_cols {
     my ( $class, %attr ) = @_;
 


More information about the Jifty-commit mailing list