From 70a7cb37f8f0a6ed8114868de876ffd9abdcc242 Mon Sep 17 00:00:00 2001 From: "nodyang@aliyun.com" Date: Fri, 22 Nov 2024 13:27:49 +0800 Subject: [PATCH] 23 --- Tool/CacheManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Tool/CacheManager.cs diff --git a/Tool/CacheManager.cs b/Tool/CacheManager.cs new file mode 100644 index 0000000..7ec0536 --- /dev/null +++ b/Tool/CacheManager.cs @@ -0,0 +1,7 @@ +namespace Tool +{ + public class CacheManager + { + + } +} \ No newline at end of file