QueryCacheOptions Constructor
QueryCacheOptions()
Initializes a new instance of the QueryCacheOptions class.
Declaration
public QueryCacheOptions()
QueryCacheOptions(string)
Initializes a new instance of the QueryCacheOptions class.
Declaration
public QueryCacheOptions(string name)
Parameters
string | name |
QueryCacheOptions(QueryCacheOptions)
Initializes a new instance of the QueryCacheOptions class.
Declaration
public QueryCacheOptions(QueryCacheOptions other)
Parameters
QueryCacheOptions | other |