EngineCache

orchescala.engine.gateway.EngineCache
object EngineCache

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def asMap(): Map[String, EngineType]
def getIfPresent(key: String): Option[EngineType]
def invalidateAll(): Unit
def updateCache(key: String, engineType: EngineType): Unit