7 lines
106 B
C#
7 lines
106 B
C#
namespace BotSharp.Abstraction.Infrastructures;
|
|
|
|
public interface ICacheKey
|
|
{
|
|
string GetCacheKey();
|
|
}
|