Packages

c

dynamics.common

FileCache

abstract class FileCache extends AnyRef

Manage a backing cache file.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileCache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileCache(fname: ⇒ String, ignore: ⇒ Boolean)

    fname

    Generate a filename for the file cache.

    ignore

    Whether the file cache should be ignored and reacquired.

Concrete Value Members

  1. def get(): IO[String]

    Return the offline cache potentially reading from disk or calling getContent().

    Return the offline cache potentially reading from disk or calling getContent(). The cache content is accessed/created when the return value is run.