struct
Sepia::WeakCache::Stats
- Sepia::WeakCache::Stats
- Struct
- Value
- Object
Overview
Cache statistics
Defined in:
sepia/weak_cache.crConstructors
Instance Method Summary
- #cleanups : Int64
- #cleanups=(cleanups : Int64)
- #dead_refs : Int32
- #dead_refs=(dead_refs : Int32)
- #initialize
- #size : Int32
- #size=(size : Int32)
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #total_added : Int64
- #total_added=(total_added : Int64)
Constructor Detail
Instance Method Detail
def to_s : String
#
Description copied from class Object
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.