10 lines
189 B
C#
10 lines
189 B
C#
using Prise.Caching;
|
|
|
|
namespace Prise.Mvc
|
|
{
|
|
public static class DefaultStaticPluginCacheAccessor
|
|
{
|
|
public static IPluginCache CurrentCache { get; internal set; }
|
|
}
|
|
}
|