play.api

cache

package cache

Contains the Cache access API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CacheApi extends AnyRef

    The cache API

  2. class CacheManagerProvider extends Provider[CacheManager]

    Annotations
    @Singleton()
  3. class Cached extends AnyRef

    A helper to add caching to an Action.

  4. final class CachedBuilder extends AnyRef

    Builds an action with caching behavior.

  5. class EhCacheApi extends CacheApi

    Annotations
    @Singleton()
  6. trait EhCacheComponents extends AnyRef

    EhCache components for compile time injection

  7. class EhCacheModule extends Module

    EhCache implementation.

  8. type NamedCache = cache.NamedCache

  9. class UnboundCachedBuilder extends AnyRef

    Builds an action with caching behavior.

Value Members

  1. object Cache

    Public Cache API.

  2. object Cached

    A helper to add caching to an Action.

Inherited from AnyRef

Inherited from Any

Ungrouped