ObjectCacheFactory Class
Factory and repository that holds all caches
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static class ObjectCacheFactory
Public NotInheritable Class ObjectCacheFactory
public ref class ObjectCacheFactory abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ObjectCacheFactory = class end
- Inheritance
- Object ObjectCacheFactory
ClearAll |
Empties a specific or all caches in the static context. If no typeName is supplied all caches will be cleared.
|
CreateTKey, TValue |
Creates a new object cache without adding it to the static context
|
GetTKey, TValue |
Gets or creates a new object cache in the static context
|
GetStatistics |
Returns statistics for all caches in the static context - or cache identified by the supplied typename.
|