Click or drag to resize
QueryableExtensionMethods.CacheResultset Method
Overload List
  NameDescription
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, Int32)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, TimeSpan)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, Int32, Boolean)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, Int32, String)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, TimeSpan, Boolean)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, TimeSpan, String)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, Int32, Boolean, String)
Specifies that the query's resultset should be cached for the duration specified.
Public methodStatic memberCacheResultset<TSource>(IQueryable<TSource>, TimeSpan, Boolean, String)
Specifies that the query's resultset should be cached for the duration specified. Only one tag is kept per complete query. Specify the tag you want to use on the outermost query expression.
Top
See Also