BotSharp/src/Infrastructure/BotSharp.Abstraction/Infrastructures/ICacheKey.cs

7 lines
106 B
C#
Raw Normal View History

2024-08-22 11:54:50 +00:00
namespace BotSharp.Abstraction.Infrastructures;
public interface ICacheKey
{
string GetCacheKey();
}