Comment 9 for bug 1276440

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

Reviewed: https://review.openstack.org/95490
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9ce5ef3536152a24af949899cd1787dacc994f37
Submitter: Jenkins
Branch: stable/icehouse

commit 9ce5ef3536152a24af949899cd1787dacc994f37
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

    Conflicts:
     neutron/common/utils.py

    Change-Id: Ibe3f1b2eb10b9601ad76ec24b7f0e3551b4013e2
    (cherry picked from commit 7508170498949818aed02ba0fd9b7f861e596320)