PluginManager TLC from v7

This commit is contained in:
Stephan
2017-03-05 11:51:20 +01:00
parent 3576794a64
commit 824cf30e2e
21 changed files with 737 additions and 685 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Umbraco.Core.Plugins;
namespace Umbraco.Core.Cache
{
@@ -6,7 +7,7 @@ namespace Umbraco.Core.Cache
/// The IcacheRefresher Interface is used for loadbalancing.
///
/// </summary>
public interface ICacheRefresher
public interface ICacheRefresher : IDiscoverable
{
Guid RefresherUniqueId { get; }
string Name { get; }