Class InternalComposerCache
-
- All Implemented Interfaces:
-
io.scanbot.sdk.docprocessing.compose.ComposerCache
public final class InternalComposerCache implements ComposerCache
Implementation of the composer cache which uses a sub directory in the internal cache dir of the app
-
-
Constructor Summary
Constructors Constructor Description InternalComposerCache(Context context)
-
Method Summary
Modifier and Type Method Description File
getCacheDir()
Returns the directory which is needed to be used as a cache storage for composer Unit
clear()
Clears the cache directory -
-
Constructor Detail
-
InternalComposerCache
InternalComposerCache(Context context)
-
-
Method Detail
-
getCacheDir
File getCacheDir()
Returns the directory which is needed to be used as a cache storage for composer
-
-
-
-