Class ShortenedUrlCacheOptions
Inheritance
ShortenedUrlCacheOptions
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public class ShortenedUrlCacheOptions
Constructors
ShortenedUrlCacheOptions()
Declaration
public ShortenedUrlCacheOptions()
Properties
AllCacheKey
Declaration
public string AllCacheKey { get; set; }
Property Value
CacheAllOnStartup
Declaration
public bool CacheAllOnStartup { get; set; }
Property Value
Expiration
Declaration
public TimeSpan Expiration { get; set; }
Property Value
Extension Methods