Drupal page caching with different versions of the cache -


my drupal site faster page caching on. however, have custom module serves 5 different different versions of content. in other words, people in new york see east coast stories, not california stories, sees national stories. done through custom views filter checks cookie.

is there way of serving cache people cookie a, cache b people cookie b, etc?

i think cache_get might useful in case since need dynamic data, without cost of complex database queries.

cache in case set via cache_set


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -