NCBI C++ ToolKit
|
Search Toolkit Book for CCacheElement_Handler
Default (NOP) element handler. More...
#include <util/ncbi_cache.hpp>
Public Member Functions | |
void | RemoveElement (const TKey &, TValue &) |
Special processing of a removed element (e.g. deleting the object) More... | |
void | InsertElement (const TKey &, const TValue &) |
Special processing of an element to be inserted (e.g. More... | |
ECache_InsertFlag | CanInsertElement (const TKey &, const TValue &) |
Check if the element can be inserted into the cache. More... | |
TValue | CreateValue (const TKey &) |
Element factory – to create elements by key. More... | |
Default (NOP) element handler.
Definition at line 106 of file ncbi_cache.hpp.