Subject: | PageCache with memcached doesn't cache pages if the params contain a space |
Memcached can't handle keys containing space characters (among other limitations).
Catalyst-Plugin-PageCache uses a simple key composed on the url and parameter values
(among other things) so, if any of the parameters contain a space the page cache will silently fail
to work for that request.