Remove the item at the front of the eviction queue. Invoke the post‐eviction callback for the removed item. Return 0 on success, and 1 if this cache is empty.
Synopsis
Declared in <bdlcc_cache.h>
int
popFront();
Return Value
0 on success, and 1 if this cache is empty
Created with MrDocs