TODO: Remove this second Store::get() member as unused, undocumented, and
inefficient?
return NULL; // XXX: implement
}
+void
+Rock::SwapDir::get(String const key, STOREGETCLIENT cb, void *data)
+{
+ ::SwapDir::get(key, cb, data);
+}
+
// called when Squid core needs a StoreEntry with a given key
StoreEntry *
Rock::SwapDir::get(const cache_key *key)
virtual void reconfigure(int, char *);
virtual StoreSearch *search(String const url, HttpRequest *);
virtual StoreEntry *get(const cache_key *key);
+ virtual void get(String const, STOREGETCLIENT, void * cbdata);
virtual void disconnect(StoreEntry &e);
virtual uint64_t currentSize() const;
virtual uint64_t currentCount() const;