[koha-commits] updated branch master (390a270b1e846a127a3dfd40fb6fafe7f9d27912)

Koha Gitosis gitosis at git.koha.org
Sun Sep 6 06:19:46 CEST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Koha GitWeb".

The branch, master has been updated
       via  390a270b1e846a127a3dfd40fb6fafe7f9d27912 (commit)
       via  b66904201a68fe860c0a58d2135a102822a077ee (commit)
      from  a5d298ad45012851dd7cfb17b7237bf63c793fe3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 390a270b1e846a127a3dfd40fb6fafe7f9d27912
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Wed Aug 26 19:07:50 2009 +1200

    Modules for caching - C4::Cache is the base class, C4::Cache::Memcached and C4::Cache::FastMemcached are subclasses
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b66904201a68fe860c0a58d2135a102822a077ee
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Wed Aug 26 20:13:56 2009 +1200

    Starting on OO module for memoizing our functions
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Cache.pm                   |   81 +++++++++++++++++++++++++++++++++++
 C4/Cache/FastMemcached.pm     |   95 +++++++++++++++++++++++++++++++++++++++++
 C4/Cache/Memcached.pm         |   76 ++++++++++++++++++++++++++++++++
 C4/Cache/Memoize/Memcached.pm |   57 ++++++++++++++++++++++++
 4 files changed, 309 insertions(+), 0 deletions(-)
 create mode 100644 C4/Cache.pm
 create mode 100644 C4/Cache/FastMemcached.pm
 create mode 100644 C4/Cache/Memcached.pm
 create mode 100644 C4/Cache/Memoize/Memcached.pm


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list