Service that expose a short time cache to make it possible to pass none serializable objects (such as PageEventArgs) from outside to workflow instances. It also expose methods to get EPiServerData from Workflow instances. Primarly used when using other host than AspNet.

Namespace:  EPiServer.WorkflowFoundation.Services
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
[SerializableAttribute]
public abstract class CacheService : IPageSource

Inheritance Hierarchy

System..::.Object
  EPiServer.WorkflowFoundation.Services..::.CacheService

See Also