MemStore.h
Go to the documentation of this file.
Ipc::StoreMapItems< MemStoreMapExtraItem > MemStoreMapExtras
Definition: MemStore.h:22
Definition: StoreMap.h:57
API for adjusting external state when dirty map slice is being freed.
Definition: StoreMap.h:398
Definition: StoreMap.h:122
Definition: StoreMap.h:29
Aggregates information required for updating entry metadata and headers.
Definition: StoreMap.h:182
Definition: StoreMap.h:219
temporary storage for slot and page ID pointers; for the waiting cache
Definition: MemStore.h:110
Definition: MemStore.h:30
void anchorEntry(StoreEntry &e, const sfileno index, const Ipc::StoreMapAnchor &anchor)
anchors StoreEntry to an already locked map entry
Definition: MemStore.cc:445
void updateHeaders(StoreEntry *e) override
make stored metadata and HTTP headers the same as in the given entry
Definition: MemStore.cc:341
sfileno lastWritingSlice
the last allocate slice for writing a store entry (during copyToShm)
Definition: MemStore.h:106
uint64_t currentCount() const override
the total number of objects stored right now
Definition: MemStore.cc:279
Ipc::Mem::PageId pageForSlice(Ipc::StoreMapSliceId sliceId)
safely returns a previously allocated memory page for the given entry slice
Definition: MemStore.cc:774
bool updateAnchoredWith(StoreEntry &, const sfileno, const Ipc::StoreMapAnchor &)
updates Transients entry after its anchor has been located
Definition: MemStore.cc:436
void copyToShmSlice(StoreEntry &e, Ipc::StoreMapAnchor &anchor, Ipc::StoreMap::Slice &slice)
copies at most one slice worth of local memory to shared memory
Definition: MemStore.cc:707
void disconnect(StoreEntry &e)
called when the entry is about to forget its association with mem cache
Definition: MemStore.cc:929
uint64_t minSize() const override
the minimum size the store will shrink to via normal housekeeping
Definition: MemStore.cc:260
void copyFromShmSlice(StoreEntry &, const StoreIOBuffer &)
imports one shared memory slice into local memory
Definition: MemStore.cc:566
void completeWriting(StoreEntry &e)
all data has been received; there will be no more write() calls
Definition: MemStore.cc:885
bool keepInLocalMemory(const StoreEntry &e) const
whether e should be kept in local RAM for possible future caching
int64_t maxObjectSize() const override
the maximum size of a storable object; -1 if unlimited
Definition: MemStore.cc:285
Ipc::StoreMap::Slice & nextAppendableSlice(const sfileno entryIndex, sfileno &sliceOffset)
Definition: MemStore.cc:738
static int64_t EntryLimit()
calculates maximum number of entries we need to store and map
Definition: MemStore.cc:957
sfileno reserveSapForWriting(Ipc::Mem::PageId &page)
finds a slot and a free page to fill or throws
Definition: MemStore.cc:785
void reference(StoreEntry &e) override
somebody needs this entry (many cache replacement policies need to know)
Definition: MemStore.cc:291
static bool Enabled()
whether Squid is correctly configured to use a shared memory cache
Definition: MemStore.h:68
void updateHeadersOrThrow(Ipc::StoreMapUpdate &update)
Definition: MemStore.cc:361
bool copyFromShm(StoreEntry &e, const sfileno index, const Ipc::StoreMapAnchor &anchor)
copies the entire entry from shared to local memory
Definition: MemStore.cc:470
void write(StoreEntry &e)
copy non-shared entry data of the being-cached entry to our cache
Definition: MemStore.cc:846
void maintain() override
perform regular periodic maintenance; TODO: move to UFSSwapDir::Maintain
Definition: MemStore.cc:255
bool startCaching(StoreEntry &e)
locks map anchor and preps to store the entry in shared memory
Definition: MemStore.cc:648
void noteFreeMapSlice(const Ipc::StoreMapSliceId sliceId) override
adjust slice-linked state before a locked Readable slice is erased
Definition: MemStore.cc:824
void create() override
create system resources needed for this store to operate in the future
Definition: MemStore.h:48
Definition: MemStore.cc:38
Definition: Store.h:42
Definition: StoreIOBuffer.h:16
High-level store statistics used by mgr:info action. Used inside PODs!
Definition: StoreStats.h:14
Definition: Controlled.h:19
class Ping::pingStats_ stats
Definition: MemStore.h:19