testStore.h
CPPUNIT_TEST(testUnsetRoot)
virtual uint64_t minSize() const
the minimum size the store will shrink to via normal housekeeping
Definition: testStore.cc:43
virtual int callback()
called once every main loop iteration; TODO: Move to UFS code.
Definition: testStore.cc:17
CPPUNIT_TEST_SUITE(testStore)
virtual int64_t maxObjectSize() const
the maximum size of a storable object; -1 if unlimited
Definition: testStore.cc:61
CPPUNIT_TEST_SUITE_END()
Definition: Controller.h:23
CPPUNIT_TEST(testSetRoot)
Definition: StoreSearch.h:16
Definition: SquidString.h:26
Definition: testStore.h:22
CPPUNIT_TEST(testStats)
allows testing of methods without having all the other components live
Definition: testStore.h:41
Definition: RefCount.h:27
Definition: Store.h:42
virtual uint64_t currentCount() const
the total number of objects stored right now
Definition: testStore.cc:55
virtual void maintain()
perform regular periodic maintenance; TODO: move to UFSSwapDir::Maintain
Definition: testStore.h:56
CPPUNIT_TEST(testMaxSize)
High-level store statistics used by mgr:info action. Used inside PODs!
Definition: StoreStats.h:14