diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-04-21 10:05:34 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-03 08:39:12 +0200 |
| commit | 4cbfba9d7b930edd8f5727ba091cd800d8a02eab (patch) | |
| tree | a6cbdd677e8722da192ffad243575ed2d3788c65 /docs/src/searx.cache.rst | |
| parent | 4a594f1b5346d32e446d6ce0c702173d1a2d8862 (diff) | |
[mod] ExpireCache - sqlite based key/value cache with expire time
Diffstat (limited to 'docs/src/searx.cache.rst')
| -rw-r--r-- | docs/src/searx.cache.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/src/searx.cache.rst b/docs/src/searx.cache.rst new file mode 100644 index 000000000..f63455e11 --- /dev/null +++ b/docs/src/searx.cache.rst @@ -0,0 +1,8 @@ +.. _searx.cache: + +====== +Caches +====== + +.. automodule:: searx.cache + :members: |