| 52 | } |
| 53 | |
| 54 | void Session::touch_cap_bottom(Capability *cap) { |
| 55 | session_cache_liveness.hit(1.0); |
| 56 | caps.push_back(&cap->item_session_caps); |
| 57 | } |
| 58 | |
| 59 | void Session::touch_lease(ClientLease *r) { |
| 60 | session_cache_liveness.hit(1.0); |
no test coverage detected