jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

Cache pruning API #139

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

It would be useful to have a cache pruning API that is more than just a global clear cache.

A pruning API might remove based on some rules:

Perhaps these are clearCache arguments:

clearCache({ maxAccessTime: 400 }); // seconds

clearCache({ maxSize: 500 }); // MB