pschelpdesk/Vendor/Prise.Mvc/IPluginCacheAccessorBootstrapper.cs
2024-11-04 20:45:34 +01:00

10 lines
162 B
C#

using Prise.Caching;
namespace Prise.Mvc
{
public interface IPluginCacheAccessorBootstrapper
{
void SetCurrentCache(IPluginCache cache);
}
}