ObjectCacheFactoryClearAll Method
Empties a specific or all caches in the static context. If no typeName is supplied all caches will be cleared.
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static long ClearAll(
string typeName
)
Public Shared Function ClearAll (
typeName As String
) As Long
public:
static long long ClearAll(
String^ typeName
)
static member ClearAll :
typeName : string -> int64
- typeName String
- The object type of the cache that should be cleared. If empty all caches will be cleared
Int64Sum of bytes from objects that is removed from cache