Class CacheOptions
Class for configuration settings specific to a particular cache.
Inheritance
object
CacheOptions
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class CacheOptions
Properties
SizeLimit
Gets or sets the cache size limit, or null to not limit cache by size.
Declaration
public long? SizeLimit { get; set; }
Property Value
Type | Description |
---|---|
long? |