struct

Sepia::WeakCache::Stats

Inherits Struct < Value < Object

Cache statistics

Constructors

Instance methods

cleanups
Source
cleanups=(cleanups : Int64)
Source
dead_refs
Source
dead_refs=(dead_refs : Int32)
Source
initialize
Source
size
Source
size=(size : Int32)
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
total_added
Source
total_added=(total_added : Int64)
Source