PoolableHolder

cc.otavia.core.cache.PoolableHolder
trait PoolableHolder[T <: Poolable]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def maxSize: Int
def pop(): T | Null
def push(poolable: T): Unit
def size: Int