Home
last modified time | relevance | path

Searched refs:CreateSql7SqlCacheDependencyForOutputCache (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Cache/
H A DSqlCacheDependency.cs249 … return CreateSql7SqlCacheDependencyForOutputCache(info._database, info._table, dependency); in CreateOutputCacheDependency()
256 … aggr.Add(CreateSql7SqlCacheDependencyForOutputCache(info._database, info._table, dependency)); in CreateOutputCacheDependency()
263 …static SqlCacheDependency CreateSql7SqlCacheDependencyForOutputCache(string database, string table… in CreateSql7SqlCacheDependencyForOutputCache() method in System.Web.Caching.SqlCacheDependency