r7-labs / R7.News

Taxonomy-driven news subsystem for DNN Platform
GNU Affero General Public License v3.0
2 stars 3 forks source link

Content items cache issues on DNN 9 #139

Open roman-yagodin opened 3 years ago

roman-yagodin commented 3 years ago

After dropping cache manually or allow it to invalidate by time, the issues disappears. Still, any operation with news entry like page sync, etc. during this period leads to invalid results - e.g. page will have wrong set of terms after sync.

roman-yagodin commented 3 years ago

Probably result of https://github.com/dnnsoftware/Dnn.Platform/issues/4410 bug with ContentItems cache, which is marked as resolved in 9.9.0 - but seems like it's not, at least not fully.

Need to see if we can provide a viable workaround for that...