1111
This commit is contained in:
7
Service/Application.Domain/Cache/BaseCache.cs
Normal file
7
Service/Application.Domain/Cache/BaseCache.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public class BaseCache
|
||||
{
|
||||
public static string BaseCacheKey = "BaseGameCache:{0}";
|
||||
public static string BaseCacheKeys = "BaseGameCache:{0}:{1}";
|
||||
}
|
||||
Reference in New Issue
Block a user