Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBundleStorageClient | Base class for an implementation of IStorageClient, providing implementations for some common functionality using bundles. | ||
| FFileStorageClient | Implementation of FStorageClient which writes data to files on disk. | ||
| FKeyValueStorageClient | Base class for storage clients that wrap a diirect key/value type store without any merging/splitting. | ||
| FMemoryStorageClient | Implementation of FStorageClient which stores data in memory. |