9#ifndef SQUID_SRC_STORE_CONTROLLED_H
10#define SQUID_SRC_STORE_CONTROLLED_H
virtual void reference(StoreEntry &e)=0
somebody needs this entry (many cache replacement policies need to know)
virtual void updateHeaders(StoreEntry *)
make stored metadata and HTTP headers the same as in the given entry
virtual bool updateAnchored(StoreEntry &)
virtual StoreEntry * get(const cache_key *)=0
virtual bool dereference(StoreEntry &e)=0
virtual bool anchorToCache(StoreEntry &)
unsigned char cache_key
Store key.