Update DistributedCache.cs

pull/13306/head
Halil İbrahim Kalkan 3 years ago
parent 761a2180d1
commit 54e1bb7586

@ -20,7 +20,9 @@ namespace Volo.Abp.Caching;
/// Represents a distributed cache of <typeparamref name="TCacheItem" /> type.
/// </summary>
/// <typeparam name="TCacheItem">The type of cache item being cached.</typeparam>
public class DistributedCache<TCacheItem> : DistributedCache<TCacheItem, string>, IDistributedCache<TCacheItem>
public class DistributedCache<TCacheItem> :
DistributedCache<TCacheItem, string>,
IDistributedCache<TCacheItem>
where TCacheItem : class
{
public DistributedCache(

Loading…
Cancel
Save