![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for StorageServer::FCacheStrategyLinear, including all inherited members.
| CacheChunk(const FIoChunkId &RequestChunkId, const uint64 RequestOffset, const uint64 RequestSize, const FIoBuffer &Buffer, const EStorageServerContentType ContentType, const uint64 ResultModTag) override | StorageServer::FCacheStrategyLinear | virtual |
| CacheChunkSize(const FIoChunkId &ChunkId, const int64 RawSize) | StorageServer::ICacheStrategy | inlinevirtual |
| FCacheStrategyLinear(TUniquePtr< ICacheJournal > &&InJournal, TUniquePtr< ICacheStorage > &&InStorage, const uint64 AbandonAtInvalidSize, const float FlushInterval, const bool bInvalidate) | StorageServer::FCacheStrategyLinear | |
| 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) override | StorageServer::FCacheStrategyLinear | inlinevirtual |
| InvalidateAll() | StorageServer::FCacheStrategyLinear | |
| 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 &ContentType) override | StorageServer::FCacheStrategyLinear | virtual |
| Storage | StorageServer::ICacheStrategy | protected |
| TryGetChunkSize(const FIoChunkId &ChunkId, int64 &OutRawSize) | StorageServer::ICacheStrategy | inlinevirtual |
| ~FCacheStrategyLinear() override | StorageServer::FCacheStrategyLinear | virtual |
| ~ICacheStrategy() | StorageServer::ICacheStrategy | inlinevirtual |