massalabs / DeWeb

On-chain Decentralized Web Gateway
MIT License
2 stars 1 forks source link

Improve cache creation #147

Open thomas-senechal opened 4 weeks ago

thomas-senechal commented 4 weeks ago

Context Follows https://github.com/massalabs/DeWeb/pull/145#discussion_r1816233390

ATM, we create a new cache struct each time we need it. We could simplify that by having a singleton or having it stored in the API context.

Todo