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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

      • clear

         Unit clear()

        Clears the cache directory