Squid internal overview Squid storage manager (ctd) Creating/Deleting/Looking up StoreEntry objects A StoreEntry is identified by a key In squid, this key is currently an MD5 hash of the request (if the object is public) The StoreEntry list is arranged in a hash of the keys storeCreateEntry(url, log_url, request_flags, method) storeRelease(StoreEntry *) storeReleaseRequest(StoreEntry *) storeGetPublic(uri, method)