Packages

abstract class IRFileCacheImpl extends IRFileCache

IRFileCacheImpl opens IRFileCache for inheritance.

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

Instance Constructors

  1. new IRFileCacheImpl()

Abstract Value Members

  1. abstract def clearStats(): Unit

    Reset statistics

    Reset statistics

    Definition Classes
    IRFileCache
  2. abstract def newCache: Cache

    Create a new sub-cache.

    Create a new sub-cache.

    Users should call IRFileCache.Cache.free once they are done to allow for more aggressive GC.

    Definition Classes
    IRFileCache
  3. abstract def stats: Stats

    Approximate statistics about the cache usage

    Approximate statistics about the cache usage

    Definition Classes
    IRFileCache