Need To know about caching.
Moderator: General Moderators
Need To know about caching.
How is the caching handled server side as well as client side?
Re: Need To know about caching.
That's like asking how does the internet work? Both client and server side caching are extremely flexible configurations. From php you can only make recommendations to the client on how/what/when to cache. The server side depends completely on how it is configured. Shared hosts do more caching, proxy servers provide lots of caching, but all or none might cache depending on the settings/usage rates/tide/moon/etc.
Re: Need To know about caching.
Thanks Eric!
i understand that this is very naive and dumb question to ask!
But still i had never done this before practically, and now i have its requirement.
It would be very helpfull if you can provide some extra info like some references or sample codes which i can go through
Thanks again!
i understand that this is very naive and dumb question to ask!
But still i had never done this before practically, and now i have its requirement.
It would be very helpfull if you can provide some extra info like some references or sample codes which i can go through
Thanks again!
Re: Need To know about caching.
What exactly you are trying to do?