The description of the bypass boxes read something like:
One per line. Those URIs match is a requested URI starts with one of them. For example if you add the /my-single-post URI and a request is received for http://youblog.com/my-single-post that page IS cached. A request for http://youblog.com/my-single-post-something IS cached as well.
That doesn’t make sense.
Should it not read:
One per line. Those URIs match is a requested URI starts with one of them. For example if you add the /my-single-post URI and a request is received for http://youblog.com/my-single-post that page is matched and therefore NOT cached. A request for http://youblog.com/my-single-post-something is matched and therefore NOT cached, too.