QuotesCache

object QuotesCache
class Object
trait Matchable
class Any

Value members

Concrete methods

def getTree(pickled: String | List[String])(using Context): Option[Tree]

Get the cached tree of the quote

Get the cached tree of the quote

def init(ctx: FreshContext): ctx

Context with a cache for quote trees and tasty bytes

Context with a cache for quote trees and tasty bytes

def update(pickled: String | List[String], tree: Tree)(using Context): Unit

Update the cached tree of the quote

Update the cached tree of the quote