Skip to main content

DataCacheConfiguration Constructors

Contains configuration settings for cached data stores.
Name Parameters Description
DataCacheConfiguration() none Initializes a new instance of the DataCacheConfiguration class with the default settings.
DataCacheConfiguration(DataCacheConfigurationCaching, String[]) caching, tables Initializes a new instance of the DataCacheConfiguration class with specified caching scope settings.
See Also