File indexing completed on 2023-09-24 10:02:47
0001 from flask_caching import Cache 0002 cache = Cache(config={'CACHE_TYPE': 'simple'})
File indexing completed on 2023-09-24 10:02:47
0001 from flask_caching import Cache 0002 cache = Cache(config={'CACHE_TYPE': 'simple'})