添加项目文件。
This commit is contained in:
7
TightWiki.Caching/IWikiCacheKey.cs
Normal file
7
TightWiki.Caching/IWikiCacheKey.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace TightWiki.Caching
|
||||
{
|
||||
public interface IWikiCacheKey
|
||||
{
|
||||
public string Key { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user