[Jifty-commit] r655 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Mar 4 17:57:21 EST 2006


Author: jesse
Date: Sat Mar  4 17:57:18 2006
New Revision: 655

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

Log:
 r25529 at truegrounds:  jesse | 2006-03-04 14:57:04 -0800
 * refactor


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	Sat Mar  4 17:57:18 2006
@@ -208,13 +208,6 @@
 sub _store (\$) {
     my $self = shift;
     $self->_record_cache->set( $self->_primary_record_cache_key,
-        $self->_serialize );
-    return (1);
-}
-
-sub _serialize {
-    my $self = shift;
-    return (
         {   values  => $self->{'values'},
             table   => $self->table,
             fetched => $self->{'fetched'}
@@ -222,6 +215,7 @@
     );
 }
 
+
 # Function: _gen_alternate_record_cache_key
 # Type    : private instance
 # Args    : hash (attr)


More information about the Jifty-commit mailing list