of course it will. but won't be automatically, only when receive an new request, it'll check if the cache is there and not expire. if not expire, will return the cache. if cache not exist or already expire, it'll pass the request to backend php process and get the response from it. then replace...