Wilt

Results 12 issues of Wilt

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();