10 lines
162 B
C#
10 lines
162 B
C#
using Prise.Caching;
|
|
|
|
namespace Prise.Mvc
|
|
{
|
|
public interface IPluginCacheAccessorBootstrapper
|
|
{
|
|
void SetCurrentCache(IPluginCache cache);
|
|
}
|
|
}
|