InheritedCache

Base trait for caches that keep info dependent on inherited classes

class Object
trait Matchable
class Any

Value members

Abstract methods

Render invalid this cache and all caches that depend on it

Render invalid this cache and all caches that depend on it

def isValid(using Context): Boolean

Is the cache valid in current period?

Is the cache valid in current period?

def isValidAt(phase: Phase)(using Context): Boolean

is the cache valid in current run at given phase?

is the cache valid in current run at given phase?