![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for StorageServer::ICacheStrategy, including all inherited members.
| CacheChunk(const FIoChunkId &RequestChunkId, const uint64 RequestRawOffset, const uint64 RequestRawSize, const FIoBuffer &ResultBuffer, const EStorageServerContentType ResultContentType, const uint64 ResultModTag)=0 | StorageServer::ICacheStrategy | pure virtual |
| CacheChunkSize(const FIoChunkId &ChunkId, const int64 RawSize) | StorageServer::ICacheStrategy | inlinevirtual |
| Flush() | StorageServer::ICacheStrategy | inlinevirtual |
| FlushTick(float DeltaTime) | StorageServer::ICacheStrategy | inlineprotected |
| FlushTicker | StorageServer::ICacheStrategy | protected |
| ICacheStrategy(TUniquePtr< ICacheJournal > &&InJournal, TUniquePtr< ICacheStorage > &&InStorage, const float FlushInterval) | StorageServer::ICacheStrategy | inline |
| Invalidate(const FIoChunkId &ChunkId)=0 | StorageServer::ICacheStrategy | pure virtual |
| IterateChunkIds(TFunctionRef< void(const FIoChunkId &ChunkId, const FCacheChunkInfo &ChunkInfo)> Callback) | StorageServer::ICacheStrategy | inlinevirtual |
| Journal | StorageServer::ICacheStrategy | protected |
| ReadChunk(const FIoChunkId &RequestChunkId, const uint64 RequestOffset, const uint64 RequestSize, TOptional< FIoBuffer > OptDestination, FIoBuffer &OutBuffer, EStorageServerContentType &OutContentType)=0 | StorageServer::ICacheStrategy | pure virtual |
| Storage | StorageServer::ICacheStrategy | protected |
| TryGetChunkSize(const FIoChunkId &ChunkId, int64 &OutRawSize) | StorageServer::ICacheStrategy | inlinevirtual |
| ~ICacheStrategy() | StorageServer::ICacheStrategy | inlinevirtual |