Files
oslo.cache/requirements.txt
Takashi Kajinami 58b06c40d2 Support expiration time in backend
Current implementation of expiration time relies on the generation time
stored in actual cache data, thus expired cache records are not removed
from backends automatically.

Add the new option to additionally set the expiration time supported by
the cache backend, so that operators can limit amount of spaces
(especially memory spaces) used for cache data.

Closes-Bug: #1578401
Change-Id: If61871f030560079482ecbbefeb940d8d3c18968
2024-10-14 00:12:45 +09:00

6 lines
149 B
Plaintext

dogpile.cache>=1.3.3 # BSD
oslo.config>=8.1.0 # Apache-2.0
oslo.i18n>=5.0.0 # Apache-2.0
oslo.log>=4.2.1 # Apache-2.0
oslo.utils>=4.2.0 # Apache-2.0