Skip to content

1.1.4

Latest
Compare
Choose a tag to compare
@benfoster benfoster released this 17 Jul 21:36
· 2 commits to master since this release
  • Fixed #27 Memory Cache eviction issue. All cache entries for the same tenant instance will be evicted when any of the entries expire. This behaviour can be configured by providing MemoryCacheTenantResolverOptions.
  • Added ITenant<TTenant> wrapper to handle cases where the current tenant instance be null (similar to IOptions<TOptions> in ASP.NET Core).

Thanks to @Rdefreitas for his contributions to this release.