mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Enable caching for permissions and the content/class relation #69

Closed JN-Jones closed 9 years ago

JN-Jones commented 9 years ago

save is called on update and create so this should handle both cases.

JN-Jones commented 9 years ago

I've readded the caching decorator for the forum repository and fixed the permission checking there too. The only issue with that is updating lastpost/topic count etc: atm it simply forgets the cache and recaches it on the next call.

JN-Jones commented 9 years ago

@euantorano @wpillar Can we merge this?

euantorano commented 9 years ago

Looks good to me :)