Return the low watermark of this cache, which is the size at which eviction of existing items ends.

Synopsis

Declared in <bdlcc_cache.h>

std::size_t
lowWatermark() const;

Return Value

the low watermark of this cache

Created with MrDocs