| 5858 | } |
| 5859 | |
| 5860 | int64_t |
| 5861 | TSVConnCacheObjectSizeGet(TSVConn connp) |
| 5862 | { |
| 5863 | sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS); |
| 5864 | |
| 5865 | CacheVC *vc = reinterpret_cast<CacheVC *>(connp); |
| 5866 | return vc->get_object_size(); |
| 5867 | } |
| 5868 | |
| 5869 | void |
| 5870 | TSVConnCacheHttpInfoSet(TSVConn connp, TSCacheHttpInfo infop) |