我滴个乖乖
This commit is contained in:
7
ZelWiki.Caching/IWikiCacheKey.cs
Normal file
7
ZelWiki.Caching/IWikiCacheKey.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ZelWiki.Caching
|
||||
{
|
||||
public interface IWikiCacheKey
|
||||
{
|
||||
public string Key { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user