![]() |
|
An output-to-value storage for caching. More...
#include <outputValueCache.h>
Classes | |
| class | ExclusiveAccess |
| An accessor that provides exclusive read/write access to the cache. More... | |
| class | SharedAccess |
| This accessor grants shared read access to the cache, preventing any concurrent write access. More... | |
Public Member Functions | |
| EF_API | Ef_OutputValueCache () |
| Constructor. | |
| EF_API | ~Ef_OutputValueCache () |
| Destructor. | |
An output-to-value storage for caching.
The class provides accessor types for thread-safe, as well as unprotected access.
Definition at line 38 of file outputValueCache.h.
| EF_API Ef_OutputValueCache | ( | ) |
Constructor.
| EF_API ~Ef_OutputValueCache | ( | ) |
Destructor.