OdyseeTeam / player-server

Media server for Odysee
28 stars 12 forks source link

Implement a first-level chunk cache #7

Closed anbsky closed 4 years ago

anbsky commented 4 years ago

For first-level chunk caching, i.e. saving blobs locally for immediately serving them to the client in subsequent requests, we need to implement a simple FIFO cache to complement our more sophisticated second-level longer term cache.