|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/ef/api.h"#include "pxr/exec/ef/inputValueBlock.h"#include <vector>
Include dependency graph for pageCacheCommitRequest.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | EfPageCacheCommitRequest |
| This object signifies an intent to commit data to a page cache. It ensures that the page exists and that it is ready to accept the data. The object also stores an input value block, which denotes the cache page to be used for the commit operation. More... | |
Typedefs | |
| typedef std::vector < EfPageCacheCommitRequest > | EfPageCacheCommitRequestVector |
| typedef std::vector<EfPageCacheCommitRequest> EfPageCacheCommitRequestVector |
A vector of page cache commit requests.
Definition at line 105 of file pageCacheCommitRequest.h.