Welcome Guest, Not a member yet? Register   Sign In
Can't use a cache?
#1

Hi Guys,

Just checking:  since my websites have information like user names and amount ordered in headers, and are full of ajax calls and modal windows about the customer's order,  I'm thinking that I can't use caching.

Is that right?  Or am I missing something.

Thanks!

John
Reply
#2

The most common use of caching is for static content, but you can still cache dynamic content if you can manage to delete/update the cache whenever the data changes.

I would suggest memcached or redis for this kind of approach, as file caching is not very efficient for this type of scenario.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB