2sic / 2sxc

DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
http://2sxc.org
MIT License
145 stars 40 forks source link

Refactor: Decouple cache change notifications from the real objects #3406

Closed iJungleboy closed 4 months ago

iJungleboy commented 4 months ago

I'm submitting a

[x] feature request [x] refactoring

...about

[x] caching / internals

Current Behavior / Expected Behavior

ATM the features notify the cache through a complex system of objects that it has changed.

We believe this is not the best architecture, and should simply revert to a key-based notification system.

Your environment