X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FCache.pm;h=ebe881a18176e1ad4bdfe50cd3b1a5ac44c0b4cc;hb=f24750f5ba1a2b6535c76755c5daf27ca260fa0f;hp=6d55b25286a1fb5869c1814afbc4d05b18ad2969;hpb=390a270b1e846a127a3dfd40fb6fafe7f9d27912;p=koha.git diff --git a/C4/Cache.pm b/C4/Cache.pm index 6d55b25286..ebe881a181 100644 --- a/C4/Cache.pm +++ b/C4/Cache.pm @@ -13,28 +13,31 @@ package C4::Cache; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =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 @@ -64,11 +67,11 @@ sub new { =head2 EXPORT - None by default. +None by default. =head1 SEE ALSO - - C4::Cache::Memcached + +C4::Cache::Memcached =head1 AUTHOR