 | OcrApiClearPersistentCache Method |
Clear any library-level memory caches.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic void ClearPersistentCache()
Public Sub ClearPersistentCache
public:
void ClearPersistentCache()
member ClearPersistentCache : unit -> unit
public void ClearPersistentCache()
function ClearPersistentCache();
Remarks
There are a variety of expensive-to-load constant data structures (mostly language dictionaries)
that are cached globally -- surviving the Init() and
Release of individual
OcrApi.
This function allows the clearing of these caches.
See Also