Loading...
Searching...
No Matches
Ef_OutputValueCache Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Ef_OutputValueCache()

EF_API Ef_OutputValueCache ( )

Constructor.

◆ ~Ef_OutputValueCache()

EF_API ~Ef_OutputValueCache ( )

Destructor.


The documentation for this class was generated from the following file: