Cache Tower v0.4.0 Release Notes

Release Date: 2019-11-03 // over 4 years ago
  • Major Changes

    • CacheStack to require generic type for ICacheContext (#16)

    ๐Ÿ‘€ While this might seem to make certain ways of using CacheStack more difficult in terms of DI now always needing to specify the context type, it makes using the context inside the value getter far easier as it no longer needs to be cast.

    With this in mind, this completely breaks any previous usage.

    ๐ŸŽ There didn't seem to be any measurable difference in performance from this change.