struct
Sepia::CacheManager::Stats
- Sepia::CacheManager::Stats
- Struct
- Value
- Object
Overview
Cache statistics
Defined in:
sepia/cache_manager.crConstructors
Instance Method Summary
- #evictions : Int64
- #evictions=(evictions : Int64)
- #hit_rate : Float64
- #hits : Int64
- #hits=(hits : Int64)
- #invalidations : Int64
- #invalidations=(invalidations : Int64)
- #max_size : Int32
- #max_size=(max_size : Int32)
- #misses : Int64
- #misses=(misses : Int64)
- #size : Int32
- #size=(size : Int32)
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
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.