play.cache

Cache20

class Cache20 extends CacheAPI20

Object to cache access

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

Instance Constructors

  1. new Cache20()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get[T](key: String)(implicit classTag: ClassTag[T]): Future[Option[T]]

    Retrieve a value from the cache for the given type

    Retrieve a value from the cache for the given type

    Definition Classes
    Cache20CacheAPI20
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getOrElse[T](key: String, expiration: Option[Int] = None)(orElse: ⇒ Future[T])(implicit classTag: ClassTag[T]): Future[T]

    Retrieve a value from the cache, or set it from a default function.

    Retrieve a value from the cache, or set it from a default function.

    Definition Classes
    Cache20CacheAPI20
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. var internal: CacheAPI20

    Attributes
    protected
  16. def invalidate(): Future[Try[String]]

    invalidate cache

    invalidate cache

    Definition Classes
    Cache20CacheAPI20
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def reload(): CacheAPI20

    looks up ExtendedCachePlugin and reassigns it into internal variable

  22. def remove(key: String): Future[Try[String]]

    remove key from cache

    remove key from cache

    Definition Classes
    Cache20CacheAPI20
  23. def set[T](key: String, value: T, expiration: Option[Int] = None)(implicit classTag: ClassTag[T]): Future[Try[String]]

    Set a value into the cache.

    Set a value into the cache.

    Definition Classes
    Cache20CacheAPI20
  24. def setIfNotExists[T](key: String, expiration: Option[Int] = None)(orElse: ⇒ Future[T])(implicit classTag: ClassTag[T]): Future[Try[String]]

    Retrieve a value from the cache, or set it from a default function.

    Retrieve a value from the cache, or set it from a default function.

    Definition Classes
    Cache20CacheAPI20
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CacheAPI20

Inherited from AnyRef

Inherited from Any

Ungrouped