UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StorageServer::ICacheStrategy Member List

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)=0StorageServer::ICacheStrategypure virtual
CacheChunkSize(const FIoChunkId &ChunkId, const int64 RawSize)StorageServer::ICacheStrategyinlinevirtual
Flush()StorageServer::ICacheStrategyinlinevirtual
FlushTick(float DeltaTime)StorageServer::ICacheStrategyinlineprotected
FlushTickerStorageServer::ICacheStrategyprotected
ICacheStrategy(TUniquePtr< ICacheJournal > &&InJournal, TUniquePtr< ICacheStorage > &&InStorage, const float FlushInterval)StorageServer::ICacheStrategyinline
Invalidate(const FIoChunkId &ChunkId)=0StorageServer::ICacheStrategypure virtual
IterateChunkIds(TFunctionRef< void(const FIoChunkId &ChunkId, const FCacheChunkInfo &ChunkInfo)> Callback)StorageServer::ICacheStrategyinlinevirtual
JournalStorageServer::ICacheStrategyprotected
ReadChunk(const FIoChunkId &RequestChunkId, const uint64 RequestOffset, const uint64 RequestSize, TOptional< FIoBuffer > OptDestination, FIoBuffer &OutBuffer, EStorageServerContentType &OutContentType)=0StorageServer::ICacheStrategypure virtual
StorageStorageServer::ICacheStrategyprotected
TryGetChunkSize(const FIoChunkId &ChunkId, int64 &OutRawSize)StorageServer::ICacheStrategyinlinevirtual
~ICacheStrategy()StorageServer::ICacheStrategyinlinevirtual