feat: abstract cache class implementation

This commit is contained in:
Relakkes
2024-06-02 11:16:18 +08:00
parent 93dbc15f0f
commit 6c4116f240
8 changed files with 221 additions and 14 deletions

5
cache/__init__.py vendored Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# @Author : relakkes@gmail.com
# @Name : 程序员阿江-Relakkes
# @Time : 2024/6/2 11:05
# @Desc :