2018-07-20 16:36:46 +02:00
|
|
|
|
using Umbraco.Core.Composing;
|
2016-08-13 16:02:35 +02:00
|
|
|
|
|
|
|
|
|
|
namespace Umbraco.Core.Cache
|
|
|
|
|
|
{
|
|
|
|
|
|
public class CacheRefresherCollectionBuilder : LazyCollectionBuilderBase<CacheRefresherCollectionBuilder, CacheRefresherCollection, ICacheRefresher>
|
|
|
|
|
|
{
|
|
|
|
|
|
protected override CacheRefresherCollectionBuilder This => this;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|