IParallelCacheContext - интерфейс |
Пространство имён: Orchard.Caching
public interface IParallelCacheContext
Тип IParallelCacheContext предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| CreateContextAwareTaskT |
Create a task that wraps some piece of code that implictly depends on the cache context.
The return task can be used in any execution thread (e.g. System.Threading.Tasks).
| |
| RunInParallelT, TResult |