diff options
| author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2023-06-17 12:24:07 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 17:18:58 +0700 |
| commit | 623952a6c940107291559fa2ffcf53e0b73b6160 (patch) | |
| tree | efa7d39b02cc6d92b5dbd956f6662f22c6574192 /python/python3-dogpile.cache/README | |
| parent | f011dda2fa90236616f0ba971a1a00908e7f12f4 (diff) | |
python/python3-dogpile.cache: Added (caching interfacce).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dogpile.cache/README')
| -rw-r--r-- | python/python3-dogpile.cache/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-dogpile.cache/README b/python/python3-dogpile.cache/README new file mode 100644 index 0000000000..3e40e28f6c --- /dev/null +++ b/python/python3-dogpile.cache/README @@ -0,0 +1,6 @@ +python3-dogpile.cache (Caching interface to backends of any variety) + +dogpile.cache is a caching API which provides a generic interface +to caching backends of any variety, and additionally provides API +hooks which integrate these cache backends with the locking mechanism +of dogpile. |
