💥 The newly crafted Dyson Token

This commit is contained in:
2025-05-28 23:21:32 +08:00
parent 7e309bb5c7
commit 6a426efde9
8 changed files with 363 additions and 145 deletions

View File

@ -11,7 +11,7 @@ public class AccountService(
ICacheService cache
)
{
public const string AccountCachePrefix = "Account_";
public const string AccountCachePrefix = "account:";
public async Task PurgeAccountCache(Account account)
{