Need To know about caching.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
uday8486
Forum Newbie
Posts: 22
Joined: Fri Oct 28, 2011 11:42 pm
Location: Pune, India

Need To know about caching.

Post by uday8486 »

How is the caching handled server side as well as client side?
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Need To know about caching.

Post by Eric! »

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.
uday8486
Forum Newbie
Posts: 22
Joined: Fri Oct 28, 2011 11:42 pm
Location: Pune, India

Re: Need To know about caching.

Post by uday8486 »

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!
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Need To know about caching.

Post by Eric! »

What exactly you are trying to do?
Post Reply