- 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 toIOptions<TOptions>
in ASP.NET Core).
Thanks to @Rdefreitas for his contributions to this release.