Changeset 13
- Timestamp:
- 05/03/06 23:59:58 (4 years ago)
- Files:
-
- 1 modified
-
trunk/lib/Data/ObjectDriver.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Data/ObjectDriver.pm
r6 r13 17 17 ## and transparently getting correct column value based on pk column 18 18 ## add in-memory cache driver (per Apache request) 19 ## refactor Memcached.pm into generic Cache.pm, with Memcached.pm override20 19 ## add in DBM.pm 21 20 ## add in ObjectDriver filters … … 35 34 } 36 35 36 1; 37 __END__ 38 39 =head1 NAME 40 41 Data::ObjectDriver - Simple, transparent data interface, with caching 42 43 =head1 SYNOPSIS 44 45 =head1 USAGE 46 37 47 sub lookup; 38 48 sub lookup_multi; … … 43 53 sub search; 44 54 45 1; 55 =cut
