types

object types
class Object
trait Matchable
class Any
types.type

Type members

Classlikes

object InitialCapacity extends Subtype[Int]
object MaxSize extends Subtype[Long]
object MaximumWeight extends Subtype[Long]

Types

A type representing the initial capacity for a ZCaffeine cache, must be positive.

A type representing the initial capacity for a ZCaffeine cache, must be positive.

A type representing the maximum size for a ZCaffeine cache, must be positive.

A type representing the maximum size for a ZCaffeine cache, must be positive.

A type representing the maximum weight for a ZCaffeine cache, must be positive.

A type representing the maximum weight for a ZCaffeine cache, must be positive.