DEV Community

Discussion on: Boosting up PHP-project with cache

Collapse
 
artemgoutsoul profile image
Artem Goutsoul

Nice article! Suggested topics for a follow up article:

  • multilevel caching, i.e. caching within array for the current request and in external cache for all requests
  • tagging cache entries to simplify cache invalidation
  • how to decide whether something needs caching
  • cache entry locking when repopulating expensive entries
Collapse
 
he110 profile image
Elijah Zobenko

Great suggestion! Thanks a lot