Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Clients
Inheritance Hierarchy
- TSharedFromThis
- FStorageClient
- FKeyValueStorageClient
- FMemoryStorageClient
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/Clients/MemoryStorageClient.h |
| Include | #include "Storage/Clients/MemoryStorageClient.h" |
Syntax
class FMemoryStorageClient : public FKeyValueStorageClient
Remarks
Implementation of FStorageClient which stores data in memory.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FKeyValueStorageClient
| Type | Name | Description | |
|---|---|---|---|
| FBlob | ReadBlob
(
const FBlobLocator& Locator |
Read a single blob from the underlying store. | |
| FBlobHandle | WriteBlob
(
const FUtf8StringView& BasePath, |
Write a single blob to the underlying store. |
Overridden from FStorageClient
| Type | Name | Description | |
|---|---|---|---|
| void | AddAlias
(
const char* Name, |
Aliases Adds an alias to a given blob. | |
| bool | Refs Deletes a ref. | ||
| void | FindAliases
(
const char* Name, |
Finds blobs with the given alias. Unlike refs, aliases do not serve as GC roots. | |
| FBlobHandle | ReadRef
(
const FRefName& Name, |
Reads data for a ref from the store. | |
| void | RemoveAlias
(
const char* Name, |
Removes an alias from a blob. | |
| void | WriteRef
(
const FRefName& Name, |