Thread: Blogs??
View Single Post
Old 15-02-2008, 06:56   #11
Mick
Resting in Peace

 
Mick's Avatar
 

Re: Blogs??

Quote:
Originally Posted by Margaret Pilkington View Post
Mick....can you say that in English for the numbskulls amongst us(of which i must be one because i don't understand the instruction....what is a cache? how do i know if I have one? what do I do with it?) Sorry if this is a dumb question, but I bet there are others out there who will be glad that I asked
CACHE = is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data is expensive to fetch (owing to longer access time) or to compute, compared to the cost of reading the cache. In other words, a cache is a temporary storage area where frequently accessed data can be stored for rapid access. Once the data is stored in the cache, future use can be made by accessing the cached copy rather than re-fetching or recomputing the original data, so that the average access time is shorter. Cache, therefore, helps expedite data access that the CPU would otherwise need to fetch from main memory.
so when we changed servers your cache still had stuff in from the old server to clear this out press (ctrl+F5 together)
i hope this helps
Mick is offline   Reply With Quote