tractorcow / silverstripe-dynamiccache

Simple on the fly caching of dynamic content for Silverstripe
39 stars 27 forks source link

fix(BasicAuth): Fix always getting a cache miss. This comes with the cost of initializing the DB so you don't get the speed of caching, but it should provide more consistent testing results on a staging/release server. #53

Closed silbinarywolf closed 7 years ago

silbinarywolf commented 7 years ago

fix(BasicAuth): Fix always getting a cache miss. This comes with the cost of initializing the DB so you don't get the speed of caching, but it should provide more consistent testing results on a staging/release server.

silbinarywolf commented 7 years ago

Done and done.