1
0
Fork 0
No description
  • Python 99.7%
  • Shell 0.3%
Find a file
Daniel Baumann 3b4d39f5d9
Releasing progress-linux version 3.10.2-0progress8u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2026-01-24 09:24:56 +01:00
debian Releasing progress-linux version 3.10.2-0progress8u1. 2026-01-24 09:24:56 +01:00
doc Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
oslo_cache Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
playbooks/tests/functional Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
releasenotes Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
tools Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.coveragerc Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.gitignore Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.gitreview Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.mailmap Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.pre-commit-config.yaml Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.stestr.conf Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
.zuul.yaml Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
bindep.txt Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
CONTRIBUTING.rst Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
HACKING.rst Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
LICENSE Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
README.rst Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
requirements.txt Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
setup.cfg Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
setup.py Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
test-requirements.txt Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00
tox.ini Adding upstream version 3.10.2. 2026-01-24 09:21:40 +01:00

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/oslo.cache.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

==========
oslo.cache
==========

.. image:: https://img.shields.io/pypi/v/oslo.cache.svg
    :target: https://pypi.org/project/oslo.cache/
    :alt: Latest Version

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

`oslo.cache` aims to provide a generic caching mechanism for OpenStack projects
by wrapping the `dogpile.cache
<https://dogpilecache.readthedocs.org/en/latest/>`_ library. The dogpile.cache
library provides support memoization, key value storage and interfaces to common
caching backends such as `Memcached <https://www.memcached.org/>`_.



* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.cache/latest/
* Source: https://opendev.org/openstack/oslo.cache/
* Bugs: https://bugs.launchpad.net/oslo.cache
* Release notes: https://docs.openstack.org/releasenotes/oslo.cache/