kukeiko / entity-space

MIT License
5 stars 1 forks source link

basic cache invalidation #211

Closed kukeiko closed 7 months ago

kukeiko commented 11 months ago

What

Give user a the ability to invalidate the cache to make sure to fetch the newest data

Why

Because you can't expect that entities never change server side

Notes

Only going for a very basic implementation that is just good enough, as the caching system will receive an overhaul.

kukeiko commented 7 months ago

Very basic caching is in place and already proved useful in the private app I'm developing together with this library.