Packages

trait LruMapLike[TKey, TValue] extends BoundedMapLike

Linear Supertypes
BoundedMapLike, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LruMapLike
  2. BoundedMapLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val capacity: Int
    Definition Classes
    BoundedMapLike
  2. abstract def get(key: TKey): Option[TValue]
    Attributes
    protected
  3. abstract def getOrAdd(key: TKey)(action: ⇒ TValue): TValue
    Attributes
    protected
  4. abstract def keySet: Set[TKey]
    Attributes
    protected
  5. abstract def remove(key: TKey): Int
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attachNode(entry: Entry[TKey, TValue]): Entry[TKey, TValue]
    Attributes
    protected
  6. val cacheSize: AtomicInteger
    Attributes
    protected
    Definition Classes
    BoundedMapLike
  7. def cleanUp(): Unit
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def getCacheSize: Int
    Definition Classes
    BoundedMapLike
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getMisses: Long
    Definition Classes
    BoundedMapLike
  14. def getQueueSize: Int
    Definition Classes
    BoundedMapLike
  15. def getRequests: Long
    Definition Classes
    BoundedMapLike
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val lock: AnyRef
    Attributes
    protected
    Definition Classes
    BoundedMapLike
  19. val misses: AtomicLong
    Attributes
    protected
    Definition Classes
    BoundedMapLike
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def poll(): Option[(TKey, TValue)]
    Attributes
    protected
  24. def purge(): Unit
    Definition Classes
    LruMapLikeBoundedMapLike
  25. val queue: ConcurrentLinkedQueue[LruNode[TKey, TValue]]
    Attributes
    protected
  26. val queueSize: AtomicInteger
    Attributes
    protected
    Definition Classes
    BoundedMapLike
  27. val requests: AtomicLong
    Attributes
    protected
    Definition Classes
    BoundedMapLike
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from BoundedMapLike

Inherited from AnyRef

Inherited from Any

Ungrouped