Comment 5 for bug 1276440

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/72680
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7508170498949818aed02ba0fd9b7f861e596320
Submitter: Jenkins
Branch: master

commit 7508170498949818aed02ba0fd9b7f861e596320
Author: Jakub Libosvar <email address hidden>
Date: Tue Feb 11 15:59:06 2014 +0100

    Common decorator for caching methods

    Decorator caches methods' results, the key is composed from function
    name and its parameters. Implementation of cache itself should be in
    object implementing decorated method. Cache backend should be taken
    from oslo-incubator.

    Related-Bug: #1276440
    Change-Id: Ibe3f1b2eb10b9601ad76ec24b7f0e3551b4013e2