Table of Contents

Interface IEntityCache<TCacheItem>

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

实体缓存

public interface IEntityCache<TCacheItem> : IEntityCache<TCacheItem, string> where TCacheItem : class

Type Parameters

TCacheItem

The type of the cache item.

Inherited Members