0
OriAssurant created
How to get the information stored in these caches given below ? we dont use redis. Is there an api which is exposed where i need to pass in a parameter ?
these are the most important caches:
Assurant.Majestic.AlpConfiguration.ALPConfigurationCache AbpApplicationSettingsCache AbpUserSettingsCache AbpZeroTenantFeatures AbpTenantSettingsCache OrgUnit Caches OrganizationUnitInformation Language Caches AbpZeroMultiTenantLocalizationDictionaryCache
1 Answer(s)
-
0
Hi,
For some of them, you can use extension Methods on AbpCacheManager, see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Configuration/CacheManagerSettingExtensions.cs.
For others, you can use
cacheManager.GetCache
with the name of Cache you want to get.