Cleanup IPublishedCache.GetByContentType

This commit is contained in:
Stephan
2019-02-14 08:54:00 +01:00
parent 01b82ee4e8
commit fe9b964ffe
6 changed files with 16 additions and 23 deletions

View File

@@ -166,11 +166,6 @@ namespace Umbraco.Web.PublishedCache.NuCache
return _snapshot.GetContentType(alias);
}
public override IEnumerable<IPublishedContent> GetByContentType(PublishedContentType contentType)
{
throw new NotImplementedException();
}
#endregion
#region IDisposable