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
There are several problems concerning the frontend cache:
Cache has no delete or invalidate method, maybe we should delete cached objects after they have no hit after a defined time period, think about using LRU and/or TTL
Editable objects must not use database ID as cache key, changes to an attribute will not be updated in Cache
Cache key calculation from input properties is invalid, if a property point to a nested array, cache keys may point to invalid entries
Cache is currently not thread-safe, may lead to race conditions?
The text was updated successfully, but these errors were encountered:
Description
There are several problems concerning the frontend cache:
The text was updated successfully, but these errors were encountered: