| 
    rippled
    
   | 
 

Public Member Functions | |
| template<class Handler > | |
| Stats (std::string const &prefix, Handler const &handler, beast::insight::Collector::ptr const &collector) | |
Public Attributes | |
| beast::insight::Hook | hook | 
| beast::insight::Gauge | size | 
| beast::insight::Gauge | hit_rate | 
| std::size_t | hits | 
| std::size_t | misses | 
Definition at line 183 of file TaggedCache.h.
| ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::Stats | ( | std::string const & | prefix, | 
| Handler const & | handler, | ||
| beast::insight::Collector::ptr const & | collector | ||
| ) | 
Definition at line 186 of file TaggedCache.h.
| beast::insight::Hook ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::hook | 
Definition at line 198 of file TaggedCache.h.
| beast::insight::Gauge ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::size | 
Definition at line 199 of file TaggedCache.h.
| beast::insight::Gauge ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::hit_rate | 
Definition at line 200 of file TaggedCache.h.
| std::size_t ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::hits | 
Definition at line 202 of file TaggedCache.h.
| std::size_t ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::misses | 
Definition at line 203 of file TaggedCache.h.