pkgsrc/devel/py-cachelib
adam 319fce8fb5 py-cachelib: updated to 0.3.0
Version 0.3.0
-------------
-   Optimize ``FileSystemCache`` pruning.
-   Fix a bug in ``FileSystemCache`` where entries would not be removed
    when the total was over the threshold, and the entry count would be
    lost.
-   ``FileSystemCache`` logs system-related exceptions.
-   Removal of expired entries in ``FileSystemCache`` is only triggered
    if the number of entries is over the ``threshhold`` when calling
    ``set``. ``get`` ``has`` still return ``None`` and ``False``
    respectively for expired entries, but will not remove the files. All
    removals happen at pruning time or explicitly with ``clear`` and
    ``delete``.
2021-09-29 09:38:52 +00:00
..
DESCR
distinfo py-cachelib: updated to 0.3.0 2021-09-29 09:38:52 +00:00
Makefile py-cachelib: updated to 0.3.0 2021-09-29 09:38:52 +00:00
PLIST