|
rippled
|
Public Member Functions | |
| ValueEntry (clock_type::time_point const &last_access_, shared_pointer_type const &ptr_) | |
| bool | isWeak () const |
| bool | isCached () const |
| bool | isExpired () const |
| SharedPointerType | lock () |
| void | touch (clock_type::time_point const &now) |
Public Attributes | |
| shared_weak_combo_pointer_type | ptr |
| clock_type::time_point | last_access |
Definition at line 223 of file TaggedCache.h.
| ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::ValueEntry | ( | clock_type::time_point const & | last_access_, |
| shared_pointer_type const & | ptr_ | ||
| ) |
Definition at line 229 of file TaggedCache.h.
| bool ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::isWeak | ( | ) | const |
Definition at line 237 of file TaggedCache.h.
| bool ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::isCached | ( | ) | const |
Definition at line 244 of file TaggedCache.h.
| bool ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::isExpired | ( | ) | const |
Definition at line 249 of file TaggedCache.h.
| SharedPointerType ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::lock | ( | ) |
Definition at line 254 of file TaggedCache.h.
| void ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::touch | ( | clock_type::time_point const & | now | ) |
Definition at line 259 of file TaggedCache.h.
| shared_weak_combo_pointer_type ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::ptr |
Definition at line 226 of file TaggedCache.h.
| clock_type::time_point ripple::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::ValueEntry::last_access |
Definition at line 227 of file TaggedCache.h.