X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FCache.pm;h=151a3fa7555deca08cb68e1d9f114d5a374a033e;hb=d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05;hp=c07db164068a11e2b81de7dcca563fdc494bfae9;hpb=7279f55b60e02780df6b65c4c92ade9f413d5c01;p=koha_gimpoz diff --git a/C4/Cache.pm b/C4/Cache.pm index c07db16406..151a3fa755 100644 --- a/C4/Cache.pm +++ b/C4/Cache.pm @@ -19,22 +19,25 @@ package C4::Cache; =head1 NAME - C4::Cache - Handling caching of html and Objects for Koha +C4::Cache - Handling caching of html and Objects for Koha =head1 SYNOPSIS use C4::Cache (cache_type => $cache_type, %params ); - =head1 DESCRIPTION - Base class for C4::Cache::X. Subclasses need to provide the following methods +Base class for C4::Cache::X. Subclasses need to provide the following methods + +B<_cache_handle ($params_hr)> - cache handle creator + +B - B<_cache_handle ($params_hr)> - cache handle creator - B - B - B - B +B + +B + +B =head1 FUNCTIONS @@ -47,7 +50,6 @@ use Carp; use base qw(Class::Accessor); use C4::Cache::Memcached; -use C4::Cache::FastMemcached; __PACKAGE__->mk_ro_accessors( qw( cache ) ); @@ -64,11 +66,11 @@ sub new { =head2 EXPORT - None by default. +None by default. =head1 SEE ALSO - - C4::Cache::Memcached + +C4::Cache::Memcached =head1 AUTHOR