template<typename LRUCache>
class IECore::LRUCachePolicy::Serial< LRUCache >
Not threadsafe. Either use from only a single thread or protect with an external mutex. 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: