Skip to content
Commit c5623f3a authored by Volker Krause's avatar Volker Krause
Browse files

Add a less aggressive cache invalidation method to ResourceBase.

clearCache() just deletes everything, which is way too much, we lose
ids and unchanged already cached content this way. invalidateCache() only
drops cached payloads, no longer existing items/collections are removed
by Item/CollectionSync already anyway.
parent 0139af65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment