8 lines
120 B
C#
8 lines
120 B
C#
namespace ZelWiki.Caching
|
|
{
|
|
public interface IWikiCacheKey
|
|
{
|
|
public string Key { get; set; }
|
|
}
|
|
}
|