DefaultRelationCache

dev.mongocamp.driver.mongodb.relation.DefaultRelationCache

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addCachedValue(key: String, value: AnyRef): Unit
def getCachedValue[B <: AnyRef](key: String): B
def hasCachedValue(key: String): Boolean
def removeCachedValue(key: String): Unit

Concrete fields

val cachedRelations: HashMap[String, AnyRef]