ThreadLocalTimer

cc.otavia.core.cache.ThreadLocalTimer
final class ThreadLocalTimer(val parent: ThreadLocal[_]) extends ResourceTimer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def recentlyGetTime: Long
def recentlySetTime: Long
def updateGetTime(): Unit
def updateSetTime(): Unit

Inherited methods

final def initialTime: Long

Attributes

Inherited from:
ResourceTimer
final def registerId: Long

Attributes

Inherited from:
ResourceTimer
final def updateRegisterId(id: Long): Unit

Attributes

Inherited from:
ResourceTimer

Concrete fields

override val parent: ThreadLocal[_]