Create a Cache_TestUtil object to test locking in the specified cache.
Synopsis
Declared in <bdlcc_cache.h>
explicit
Cache_TestUtil(Cache<KEY, VALUE, HASH, EQUAL>& cache);
Parameters
Name |
Description |
cache |
cache whose lock methods are exposed |
Created with MrDocs