Wilt
Wilt
According to the [WC3 Specifictations](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) the Server should try to satisfy accept headers in order. Currently the order of the content-types in the `Accept` header is not respected. So when...
Right now when using info method from Cache the return type is either `ItemInfo` or `CacheInfo`. This change (Info overload interface) will result in a `CacheInfo` return value when the...
Enabled flag key name is `enabled` not `enable` inside `CacheOptions` when querying cache.info(); Reproduce by simply creating a cache and console logging out cache.info();