ObjectCacheFactory Class

Scanjour Workflow4 Reference Manual
Factory and repository that holds all caches
Inheritance Hierarchy

System.Object
  Scanjour.Workflow4.Base.Cache.ObjectCacheFactory

Namespace:  Scanjour.Workflow4.Base.Cache
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.2.0.0 (23.2.0.0)
Syntax

public static class ObjectCacheFactory

The ObjectCacheFactory type exposes the following members.

Methods

  NameDescription
Public methodStatic memberClearAll
Empties a specific or all caches in the static context. If no typeName is supplied all caches will be cleared.
Public methodStatic memberCreate<TKey, TValue>
Creates a new object cache without adding it to the static context
Public methodStatic memberGet<TKey, TValue>
Gets or creates a new object cache in the static context
Public methodStatic memberGetStatistics
Returns statistics for all caches in the static context - or cache identified by the supplied typename.
Top
See Also

Reference