template<typename LRUCache>
class IECore::LRUCachePolicy::Parallel< LRUCache >
Threadsafe, get() blocks if another thread is already computing the value. Key type must have a hash_value implementation as described in the boost documentation.
The documentation for this class was generated from the following file: