README.rst 1.13 KB
Newer Older
1
2
3
4
========================
Team and repository tags
========================

wangqi's avatar
wangqi committed
5
6
.. image:: https://governance.openstack.org/tc/badges/oslo.cache.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html
7
8
9

.. Change things from this point on

Eric Larson's avatar
Eric Larson committed
10
==========
11
oslo.cache
Eric Larson's avatar
Eric Larson committed
12
13
==========

14
.. image:: https://img.shields.io/pypi/v/oslo.cache.svg
15
    :target: https://pypi.org/project/oslo.cache/
16
17
18
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/oslo.cache.svg
19
    :target: https://pypi.org/project/oslo.cache/
20
21
    :alt: Downloads

Eric Larson's avatar
Eric Larson committed
22
23
`oslo.cache` aims to provide a generic caching mechanism for OpenStack projects
by wrapping the `dogpile.cache
loooosy's avatar
loooosy committed
24
<https://dogpilecache.readthedocs.org/en/latest/>`_ library. The dogpile.cache
Eric Larson's avatar
Eric Larson committed
25
library provides support memoization, key value storage and interfaces to common
loooosy's avatar
loooosy committed
26
caching backends such as `Memcached <https://www.memcached.org/>`_.
Eric Larson's avatar
Eric Larson committed
27

28
29
30


* Free software: Apache license
melissaml's avatar
melissaml committed
31
* Documentation: https://docs.openstack.org/oslo.cache/latest/
32
* Source: https://opendev.org/openstack/oslo.cache/
loooosy's avatar
loooosy committed
33
* Bugs: https://bugs.launchpad.net/oslo.cache
melissaml's avatar
melissaml committed
34
* Release notes: https://docs.openstack.org/releasenotes/oslo.cache/