- Added static methods for setting cache_tag and cache_key_prefix
- Added static methods for getting cache_tag and cache_key_prefix
- Changed buildCacheKey to a protected method since it shouldn't be called from outside the class
- Updated Changelog
- Updated ReadMe
- Updated docblock comments
- Updated example in readme file
- Fixed missing $
- Repushing release
- Updated a few calls to static that I missed during conversion
- Fixed composer requirements
- Fixed composer requirements
- First commits