Packages

  • package root
    Definition Classes
    root
  • package play

    Play framework.

    Play framework.

    Play

    http://www.playframework.com

    Definition Classes
    root
  • package api

    Contains the public API for Scala developers.

    Contains the public API for Scala developers.

    Read configuration
    val poolSize = configuration.getInt("engine.pool.size")
    Use the logger
    Logger.info("Hello!")
    Define a Plugin
    class MyPlugin(app: Application) extends Plugin
    Create adhoc applications (for testing)
    val application = Application(new File("."), this.getClass.getClassloader, None, Play.Mode.DEV)
    Definition Classes
    play
  • package cache

    Contains the Cache access API.

    Contains the Cache access API.

    Definition Classes
    api
  • package caffeine
    Definition Classes
    cache
  • package ehcache
    Definition Classes
    cache
  • CacheManagerProvider
  • EhCacheApi
  • EhCacheComponents
  • EhCacheModule
  • SyncEhCacheApi
p

play.api.cache

ehcache

package ehcache

Type Members

  1. class CacheManagerProvider extends Provider[CacheManager]
    Annotations
    @Singleton()
  2. class EhCacheApi extends AsyncCacheApi

    Ehcache implementation of AsyncCacheApi.

    Ehcache implementation of AsyncCacheApi. Since Ehcache is synchronous by default, this uses SyncEhCacheApi.

  3. trait EhCacheComponents extends AnyRef

    EhCache components for compile time injection

  4. class EhCacheModule extends SimpleModule

    EhCache implementation.

  5. class SyncEhCacheApi extends SyncCacheApi

Ungrouped