Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

ISynchronizedMemoryCache.cs

using Microsoft.Extensions.Caching.Memory;

namespace Nop.Core.Caching;

/// 
/// Represents a local in-memory cache with distributed synchronization
/// 
public partial interface ISynchronizedMemoryCache : IMemoryCache
{
}