virtual void reference(StoreEntry &e) override;
virtual bool dereference(StoreEntry &e) override;
virtual void maintain() override;
+ virtual bool smpAware() const override { return false; }
/// the size of the smallest entry this cache_dir can store
int64_t minObjectSize() const;
/// called when entry swap out is complete
virtual void swappedOut(const StoreEntry &e) = 0;
- virtual bool smpAware() const { return false; }
-
protected:
void parseOptions(int reconfiguring);
void dumpOptions(StoreEntry * e) const;