From c8bdbdf849499ddd5f9babb9f764b2cf5b72d4f2 Mon Sep 17 00:00:00 2001 From: "Minh Tu K.Tran" Date: Wed, 8 Oct 2025 12:42:14 +0700 Subject: [PATCH] cache.js --- Cache.js => cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Cache.js => cache.js (98%) diff --git a/Cache.js b/cache.js similarity index 98% rename from Cache.js rename to cache.js index d8d4a23..7fe2d06 100644 --- a/Cache.js +++ b/cache.js @@ -45,4 +45,4 @@ class Cache { } } -module.exports = Cache; \ No newline at end of file +module.exports = Cache;