pro.savant.circumflex

cache

package cache

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 Cache[T <: Cached] extends AnyRef

  2. class CacheCell[A] extends AnyRef

  3. trait Cached extends Serializable

  4. class CachedArray[T] extends CachedPrimitive[Array[T]]

  5. class CachedBigDecimal extends CachedPrimitive[BigDecimal]

  6. class CachedBoolean extends CachedPrimitive[Boolean]

  7. class CachedDate extends CachedPrimitive[Date]

  8. class CachedDouble extends CachedPrimitive[Double]

  9. class CachedFloat extends CachedPrimitive[Float]

  10. class CachedInt extends CachedPrimitive[Int]

  11. class CachedLong extends CachedPrimitive[Long]

  12. class CachedMap[K, V] extends CachedPrimitive[Map[K, V]]

  13. trait CachedPrimitive[T] extends Cached

  14. class CachedSeq[T] extends CachedPrimitive[Seq[T]]

  15. class CachedSet[T] extends CachedPrimitive[Set[T]]

  16. class CachedString extends CachedPrimitive[String]

  17. class CachedTuple2[T1, T2] extends CachedPrimitive[(T1, T2)]

  18. class CachedTuple3[T1, T2, T3] extends CachedPrimitive[(T1, T2, T3)]

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

  20. class Ehcache[T <: Cached] extends Cache[T]

  21. class HashCache[T <: Cached] extends Cache[T]

  22. trait NoLock[T <: Cached] extends Cache[T]

Value Members

  1. val CACHE_LOG: Logger

  2. val ehcacheManager: CacheManager

Inherited from AnyRef

Inherited from Any

Ungrouped