All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.mongocamp.driver.mongodb.relation.RelationCaching.scala Maven / Gradle / Ivy

There is a newer version: 2.8.1
Show newest version
package dev.mongocamp.driver.mongodb.relation

trait RelationCaching {

  def addCachedValue(key: String, value: AnyRef): Unit

  def getCachedValue[B <: AnyRef](key: String): B

  def hasCachedValue(key: String): Boolean

  def removeCachedValue(key: String): Unit

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy