Packages

c

zio.cache

CacheStats

final case class CacheStats(hits: Long, misses: Long, size: Int) extends Product with Serializable

CacheStats represents a snapshot of statistics for the cache as of a point in time.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheStats
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CacheStats(hits: Long, misses: Long, size: Int)

Value Members

  1. val hits: Long
  2. val misses: Long
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val size: Int