1212
This commit is contained in:
7
Service/Application.Domain/Cache/FightCache.cs
Normal file
7
Service/Application.Domain/Cache/FightCache.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public class FightCache
|
||||
{
|
||||
public static string FightCacheKey = "GameFightCache:{0}";
|
||||
public static string FightCacheKeys = "GameFightCache:{0}:{1}";
|
||||
}
|
||||
Reference in New Issue
Block a user