Class

com.rasterfoundry.common.cache

CacheClient

Related Doc: package cache

Permalink

class CacheClient extends LazyLogging with RollbarNotifier

Linear Supertypes
RollbarNotifier, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheClient
  2. RollbarNotifier
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CacheClient(client: ⇒ MemcachedClient)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val cacheEnabled: Boolean

    Permalink
  6. def caching[T](cacheKey: String, doCache: Boolean = true)(mappingFunction: ⇒ Future[Option[T]]): Future[Option[T]]

    Permalink
  7. def cachingOptionT[T](cacheKey: String, doCache: Boolean = true)(mappingFunction: ⇒ OptionT[Future, T]): OptionT[Future, T]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def delete(key: String): Unit

    Permalink
  10. val environment: String

    Permalink
    Definition Classes
    RollbarNotifier
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getOrElseUpdate[CachedType](cacheKey: String, expensiveOperation: ⇒ Future[Option[CachedType]], doCache: Boolean = true): Future[Option[CachedType]]

    Permalink
  16. def getOrElseUpdateMemcached[CachedType](cacheKey: String, expensiveOperation: ⇒ Future[Option[CachedType]], doCache: Boolean = true): Future[Option[CachedType]]

    Permalink
    Annotations
    @SuppressWarnings()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val keySize: Int

    Permalink
  20. val localCache: Cache[String, Option[Any]]

    Permalink
  21. val localCacheEnabled: Boolean

    Permalink
  22. val localCacheSize: Int

    Permalink
  23. final def localGetOrElse[CachedType](cacheKey: String, expensiveOperation: ⇒ Future[Option[CachedType]], doCache: Boolean = true, depth: Int = 0)(fallbackFunction: (String, ⇒ Future[Option[CachedType]], Boolean) ⇒ Future[Option[CachedType]]): Future[Option[CachedType]]

    Permalink
    Annotations
    @SuppressWarnings() @tailrec()
  24. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  25. val maxRetryDepth: Int

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val retryMaxMillis: Int

    Permalink
  30. val retrySleepMillis: Int

    Permalink
  31. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  32. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  33. def sendError(s: String): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  34. def sendError(e: Throwable): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  35. def setValue[T](key: String, value: T, ttlSeconds: Int = 0): Unit

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RollbarNotifier

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped