[mod] ExpireCache - sqlite based key/value cache with expire time
This commit is contained in:
committed by
Markus Heiser
parent
4a594f1b53
commit
4cbfba9d7b
@@ -29,6 +29,8 @@
|
||||
directly using ``python searx/webapp.py``. Doesn't apply to a SearXNG
|
||||
services running behind a proxy and using socket communications.
|
||||
|
||||
.. _server.secret_key:
|
||||
|
||||
``secret_key`` : ``$SEARXNG_SECRET``
|
||||
Used for cryptography purpose.
|
||||
|
||||
|
||||
@@ -4,19 +4,13 @@
|
||||
Engine Library
|
||||
==============
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
.. automodule:: searx.enginelib
|
||||
:members:
|
||||
:members:
|
||||
|
||||
.. _searx.enginelib.traits:
|
||||
|
||||
|
||||
Engine traits
|
||||
=============
|
||||
|
||||
.. automodule:: searx.enginelib.traits
|
||||
:members:
|
||||
:members:
|
||||
|
||||
8
docs/src/searx.cache.rst
Normal file
8
docs/src/searx.cache.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
.. _searx.cache:
|
||||
|
||||
======
|
||||
Caches
|
||||
======
|
||||
|
||||
.. automodule:: searx.cache
|
||||
:members:
|
||||
Reference in New Issue
Block a user