In this PR we merging the classes Event_Repository_Cached and Event_Repository into a single Event_Repository class to allow the usage of cached results. We have only implemented caching for the get_event() function at the moment.
The Event_Repository_Cached class will then be deleted on completion of the merging.
In this PR we merging the classes Event_Repository_Cached and Event_Repository into a single
Event_Repository
class to allow the usage of cached results. We have only implemented caching for theget_event()
function at the moment.The Event_Repository_Cached class will then be deleted on completion of the merging.