Disks.h
int64_t accumulateMore(const StoreEntry &) const
Definition: Disks.cc:479
class Ping::pingStats_ stats
virtual void getStats(StoreInfoStats &stats) const override
collect statistics
Definition: Disks.cc:516
virtual void evictIfFound(const cache_key *) override
Definition: Disks.cc:603
virtual void create() override
create system resources needed for this store to operate in the future
Definition: Disks.cc:220
virtual void maintain() override
perform regular periodic maintenance; TODO: move to UFSSwapDir::Maintain
Definition: Disks.cc:564
static SwapDir * SelectSwapDir(const StoreEntry *)
Definition: Disks.cc:658
virtual void reference(StoreEntry &) override
somebody needs this entry (many cache replacement policies need to know)
Definition: Disks.cc:545
virtual int callback() override
called once every main loop iteration; TODO: Move to UFS code.
Definition: Disks.cc:188
virtual void updateHeaders(StoreEntry *) override
make stored metadata and HTTP headers the same as in the given entry
Definition: Disks.cc:557
virtual bool anchorToCache(StoreEntry &e, bool &inSync) override
Definition: Disks.cc:612
static void Dump(const DiskConfig &, StoreEntry &, const char *name)
prints the configuration into the provided StoreEntry
Definition: Disks.cc:468
int64_t secondLargestMaximumObjectSize
the second-biggest Disk::maxObjectSize()
Definition: Disks.h:68
bool hasReadableEntry(const StoreEntry &) const
whether any of disk caches has entry with e.key
Definition: Disks.cc:664
virtual uint64_t currentCount() const override
the total number of objects stored right now
Definition: Disks.cc:361
virtual uint64_t minSize() const override
the minimum size the store will shrink to via normal housekeeping
Definition: Disks.cc:335
virtual int64_t maxObjectSize() const override
the maximum size of a storable object; -1 if unlimited
Definition: Disks.cc:374
Definition: Controlled.h:19
Definition: Store.h:42
Definition: SquidConfig.h:61
virtual bool updateAnchored(StoreEntry &) override
Definition: Disks.cc:638
Definition: SquidConfig.h:60
High-level store statistics used by mgr:info action. Used inside PODs!
Definition: StoreStats.h:14