8 lines
170 B
C#
8 lines
170 B
C#
|
|
using Umbraco.Cms.Core.Cache;
|
|||
|
|
|
|||
|
|
namespace Umbraco.Cms.Infrastructure.HybridCache;
|
|||
|
|
|
|||
|
|
public class ElementsDictionaryAppCache : FastDictionaryAppCache, IElementsCache
|
|||
|
|
{
|
|||
|
|
}
|