爆肝,重构框架,你懂得
This commit is contained in:
@@ -11,14 +11,14 @@ using Yi.Framework.Common.IOCOptions;
|
||||
using CSRedis;
|
||||
using static CSRedis.CSRedisClient;
|
||||
|
||||
namespace Yi.Framework.Core
|
||||
namespace Yi.Framework.Core.Cache
|
||||
{
|
||||
public abstract class CacheInvoker
|
||||
{
|
||||
|
||||
public virtual bool Exits(string key)
|
||||
public virtual bool Exits(string key)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
public virtual T Get<T>(string key)
|
||||
{
|
||||
@@ -147,7 +147,7 @@ namespace Yi.Framework.Core
|
||||
|
||||
public virtual string[] Keys(string pattern)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user