namespace Umbraco.Cms.Core.PublishedCache { /// /// Provides access to a TryGetPublishedSnapshot bool method that will return true if the "current" is not null. /// public interface IPublishedSnapshotAccessor { bool TryGetPublishedSnapshot(out IPublishedSnapshot publishedSnapshot); } }