shah / uniform-resource

Uniform resource transformers for content orchestration engines
GNU Affero General Public License v3.0
1 stars 0 forks source link

Extract the Cache object and put it into its own module #7

Closed shah closed 4 years ago

shah commented 4 years ago

The lruCache should be migrated into its own shah/ts-cache-proxy or similar module so that it can be reused across projects. What's unique is that it's using a modern Proxy to provide a transparent cache and that may be useful in other situations.

After extraction we might want to create multiple persistence options such as memory, file, and database.