.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
cache.py File Reference

Go to the source code of this file.

Classes

class  searx.favicons.cache.FaviconCacheConfig
 
class  searx.favicons.cache.FaviconCacheStats
 
class  searx.favicons.cache.FaviconCache
 
class  searx.favicons.cache.FaviconCacheNull
 
class  searx.favicons.cache.FaviconCacheSQLite
 
class  searx.favicons.cache.FaviconCacheMEM
 

Namespaces

namespace  searx
 
namespace  searx.favicons
 
namespace  searx.favicons.cache
 

Functions

 searx.favicons.cache.state ()
 
 searx.favicons.cache.maintenance (bool force=True, bool debug=False)
 
 searx.favicons.cache.init ("FaviconCacheConfig" cfg)
 

Variables

str searx.favicons.cache.CACHE : "FaviconCache"
 
str searx.favicons.cache.FALLBACK_ICON = b"FALLBACK_ICON"
 
 searx.favicons.cache.logger = logger.getChild('favicons.cache')
 
 searx.favicons.cache.app = typer.Typer()