ObjectCacheFactoryClearAll Method

Scanjour Workflow4 Reference Manual
Empties a specific or all caches in the static context. If no typeName is supplied all caches will be cleared.

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

public static long ClearAll(
	string typeName
)

Parameters

typeName
Type: SystemString
The object type of the cache that should be cleared. If empty all caches will be cleared

Return Value

Type: Int64
Sum of bytes from objects that is removed from cache
See Also

Reference