pro.savant.circumflex.cache

ContextCache

class ContextCache[T <: Cached] extends HashCache[T] with NoLock[T]

Linear Supertypes
NoLock[T], HashCache[T], Cache[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ContextCache
  2. NoLock
  3. HashCache
  4. Cache
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContextCache(key: String)

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. val _storage: HashMap[String, T]

    Attributes
    protected
    Definition Classes
    HashCache
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

    Attributes
    protected
    Definition Classes
    HashCacheCache
  9. def clone(): AnyRef

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

    Attributes
    protected
    Definition Classes
    HashCacheCache
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def evict(key: String): Unit

    Definition Classes
    NoLockCache
  14. def evictByPrefix(prefix: String): Unit

    Definition Classes
    NoLockCache
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def get[E <: T](key: String, default: ⇒ E): E

    Definition Classes
    Cache
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getOption[E <: T](key: String, default: ⇒ Option[E]): Option[E]

    Definition Classes
    NoLockCache
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def invalidate(): Unit

    Definition Classes
    NoLockCache
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val key: String

  23. def keys: Iterable[String]

    Definition Classes
    HashCacheCache
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def put[E <: T](key: String, value: E): Unit

    Definition Classes
    NoLockCache
  28. def retrieve(key: String): Option[T]

    Attributes
    protected
    Definition Classes
    HashCacheCache
  29. def storage: HashMap[String, T]

    Definition Classes
    ContextCacheHashCache
  30. def store(key: String, value: T): Unit

    Attributes
    protected
    Definition Classes
    HashCacheCache
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from NoLock[T]

Inherited from HashCache[T]

Inherited from Cache[T]

Inherited from AnyRef

Inherited from Any

Ungrouped