📄️ ChunkSource
Interface for fetching chunks from various sources.
📄️ MemoryChunkSource
ChunkSource implementation that saves chunks in memory for fast access.
📄️ DiskChunkSource
ChunkSource implementation that stores chunks on the local filesystem.
📄️ StorageChunkSource
ChunkSource implementation that retrieves chunks from a StorageAdapter (hash or URL based).