First page Back Continue Last page Summary Graphics
Squid Peering
Two kinds of cache peers.
- Parent
- A cache which accepts requests from peers and, if the object is not found in the cache retries the object directly
- Sibling
- A cache which accepts requests from peers, and if the object is not found returns a miss, after which the requesting cache retrieves the object itself.
Notes: