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

play.play-ehcache_3.2.9.2.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 2.9.6
Show newest version
# Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 

play {

  modules {
    enabled += "play.api.cache.ehcache.EhCacheModule"
  }

  cache {
    # The name of the xml resource that should be used to configure the cache
    configResource = "ehcache.xml"
    # The caches to bind
    bindCaches = []
    # Whether play should try to create the caches listed in bindCaches
    # If false, the caches should be specified in the ehcache.xml configuration.
    createBoundCaches = true
    # The name of the default cache to use in ehcache
    defaultCache = "play"
    # The dispatcher used for get, set, remove,...  operations on the cache. By default Play's default dispatcher is used.
    dispatcher = null
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy