| Name: | python3-cachetools |
|---|---|
| Version: | 4.2.4 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 95702 |
| License: | MIT |
| RPM: | python3-cachetools-4.2.4-1.el9.noarch.rpm |
| Source RPM: | python-cachetools-4.2.4-1.el9.src.rpm |
| Build Date: | Thu Feb 03 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/cachetools |
| Summary: | Extensible memoizing collections and decorators |
| Description: | This module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library @lru_cache function decorator. This module provides multiple cache implementations based on different cache algorithms, as well as decorators for easily memoizing function and method calls. |