Config

final case class Config[F[_]](filter: WebjarAssetFilter, cacheStrategy: CacheStrategy[F])
Value parameters:
cacheStrategy

strategy to use for caching purposes. Default to no caching.

filter

To filter which assets from the webjars should be served

Source:
WebjarService.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product