using Microsoft.Extensions.Caching.Memory; namespace Nop.Core.Caching; /// /// Represents a local in-memory cache with distributed synchronization /// public partial interface ISynchronizedMemoryCache : IMemoryCache { }