Class

com.twitter.storehaus.cache

HHFilteredCache

Related Doc: package cache

Permalink

class HHFilteredCache[K, V] extends MutableCacheProxy[K, V]

Linear Supertypes
MutableCacheProxy[K, V], CacheProxied[MutableCache[K, V]], MutableCache[K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HHFilteredCache
  2. MutableCacheProxy
  3. CacheProxied
  4. MutableCache
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HHFilteredCache(self: MutableCache[K, V], hhPercent: HeavyHittersPercent = HeavyHittersPercent.default, writeUpdateFreq: WriteOperationUpdateFrequency = ..., rolloverFreq: RollOverFrequencyMS = RollOverFrequencyMS.default)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +=(kv: (K, V)): HHFilteredCache.this.type

    Permalink
  4. def -=(k: K): HHFilteredCache.this.type

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

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

    Permalink
    Definition Classes
    Any
  7. def clear: HHFilteredCache.this.type

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(k: K): Boolean

    Permalink

    Returns true if the cache contains a value for the supplied key, false otherwise.

    Returns true if the cache contains a value for the supplied key, false otherwise.

    Definition Classes
    HHFilteredCacheMutableCacheProxyMutableCache
  10. def empty: MutableCache[K, V]

    Permalink

    Returns an empty version of this specific cache implementation.

    Returns an empty version of this specific cache implementation.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def evict(k: K): Option[V]

    Permalink
    Definition Classes
    MutableCacheProxyMutableCache
  14. def filter(pred: ((K, V)) ⇒ Boolean): MutableCache[K, V]

    Permalink
    Definition Classes
    MutableCacheProxyMutableCache
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(k: K): Option[V]

    Permalink

    Returns an option containing the value stored for the supplied key or None if the key is not present in the cache.

    Returns an option containing the value stored for the supplied key or None if the key is not present in the cache.

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getOrElseUpdate(k: K, v: ⇒ V): V

    Permalink
    Definition Classes
    MutableCacheProxyMutableCache
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hit(k: K): Option[V]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def iterator: Iterator[(K, V)]

    Permalink

    Returns an iterator of all key-value pairs inside of this cache.

    Returns an iterator of all key-value pairs inside of this cache.

    Definition Classes
    HHFilteredCacheMutableCacheProxyMutableCache
  23. def multiInsert(kvs: Map[K, V]): HHFilteredCache.this.type

    Permalink
  24. def multiRemove(ks: Set[K]): HHFilteredCache.this.type

    Permalink
    Definition Classes
    MutableCacheProxyMutableCache
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. val self: MutableCache[K, V]

    Permalink
    Definition Classes
    HHFilteredCacheCacheProxied
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from MutableCacheProxy[K, V]

Inherited from CacheProxied[MutableCache[K, V]]

Inherited from MutableCache[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped