CachingThreadSafeDocumentBuilder

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class LoadingCacheWrapper[D <: BackingDocumentApi]

Wrapper around a LoadingCache, to make sure that the cache uses a ThreadSafeDocumentBuilder.

Wrapper around a LoadingCache, to make sure that the cache uses a ThreadSafeDocumentBuilder.

Value members

Concrete methods

def createCache[D <: BackingDocumentApi](wrappedDocBuilder: Aux[D], cacheSize: Int): LoadingCacheWrapper[D]

Factory method to create a Caffeine BackingDoc cache, returned as LoadingCacheWrapper.

Factory method to create a Caffeine BackingDoc cache, returned as LoadingCacheWrapper.