oliverdavies.uk-drupal/web/modules/custom/talks
Oliver Davies 0c91825c16 Create a cached talk counter
Create a cached version of the talk counter service that returns a
cached result of the talk count for that day.

This uses the Decorator design pattern to decorate the existing
`TalkCounter` service and works as they both implement the same
`TalkCounterInterface`.
2024-05-16 14:05:26 +01:00
..
src Create a cached talk counter 2024-05-16 14:05:26 +01:00
tests Re-add opdavies_talks module 2024-04-11 23:06:13 +01:00
opdavies_talks.info.yml Re-add opdavies_talks module 2024-04-11 23:06:13 +01:00
opdavies_talks.module Create a cached talk counter 2024-05-16 14:05:26 +01:00
opdavies_talks.services.yml Create a cached talk counter 2024-05-16 14:05:26 +01:00