- Fix async/sync interopability bug, see alastairtree#12
- BREAKING CHANGE Upgrade to .net 4.5
- Added ObjectCache property to IAppCache to allow access to underlying cache for operations such as cache clearing
- Support caching asynchronous tasks with GetOrAddAsync methods
- Add ApiAsyncCachingSample to demonstrate the caching the results of SQL Queries in a WebApi controller
- Add badges to Readme
- Fixed issue with RemovedCallback not unwrapping the Lazy used to thread safe the cache item.
- Initial release of CachingService and interface IAppCache.
- Readme
- Core unit tests.