slimphp / Slim-HttpCache

Slim Framework HTTP cache middleware and service provider
MIT License
115 stars 25 forks source link

Separate cache relevant methods #11

Closed micheh closed 9 years ago

micheh commented 9 years ago

This pull requests separates the cache relevant methods into one class called CacheHelper. All classes are now under the Slim\Middleware namespace.

Overview of the classes:

The CacheHelper and Cache objects are independent, if you only want helper methods or only want to add default cache headers, you can do so.