.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.cache Namespace Reference

Classes

class  ExpireCache
 
class  ExpireCacheCfg
 
class  ExpireCacheSQLite
 
class  ExpireCacheStats
 

Variables

list __all__ = ["ExpireCacheCfg", "ExpireCacheStats", "ExpireCache", "ExpireCacheSQLite"]
 
 log = logger.getChild("cache")
 

Detailed Description

Implementation of caching solutions.

- :py:obj:`searx.cache.ExpireCache` and its :py:obj:`searx.cache.ExpireCacheCfg`

----

Variable Documentation

◆ __all__

list searx.cache.__all__ = ["ExpireCacheCfg", "ExpireCacheStats", "ExpireCache", "ExpireCacheSQLite"]
private

Definition at line 10 of file cache.py.

◆ log

searx.cache.log = logger.getChild("cache")

Definition at line 31 of file cache.py.