ConcurrentCachedObject

com.cognite.sdk.scala.common.internal.ConcurrentCachedObject
See theConcurrentCachedObject companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_] : Async, R](acquire: F[R], init: Option[R]): F[CachedResource[F, R]]