-
Which of these methods are used to find a URL from the cache of httpd?
-
- findFromCache()
- getFromCache()
- findfromCache()
- serveFromCache()
- None of these
Correct Option: D
serveFromCatche() is a boolean method that attempts to find a particular URL in the cache. If it is successful then the content of that cache entry are written to the client, otherwise it returns false.