You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application I'm currently building uses MarkoJS and the template and styles can change during runtime.
I'm using buildResourceCacheKey and buildBundleCacheKey (#215) to make sure that resources and bundles are rewritten when necessary.
Now I can imagine that - over time - the cache will contain lots of unused entries. The used library for caching, raptor-cache, has the necessary methods remove and free, but as I see it, there is no easy or documented way to access those methods, or am I missing something?
The text was updated successfully, but these errors were encountered:
The application I'm currently building uses MarkoJS and the template and styles can change during runtime.
I'm using
buildResourceCacheKey
andbuildBundleCacheKey
(#215) to make sure that resources and bundles are rewritten when necessary.Now I can imagine that - over time - the cache will contain lots of unused entries. The used library for caching, raptor-cache, has the necessary methods
remove
andfree
, but as I see it, there is no easy or documented way to access those methods, or am I missing something?The text was updated successfully, but these errors were encountered: