File: enable_backend_expiration-252108d4f7bf3427.yaml

package info (click to toggle)
python-oslo.cache 3.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 3,055; sh: 31; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
---
features:
  - |
    The new ``[cache] enable_backend_expiration`` option has been added. When
    this option is set to ``True``, all cache records are added to the cache
    backend in use with expiration time, so that expired records are
    automatically purged by the reclaiming feature in the backend.