Cache lookup

Cache lookup
nopCommerce plugin that displays all objects stored in the Microsoft.Extensions.Caching.Memory Cache.
2025-04-26T07:03:59.0373859Z
免费
获取扩展 您将被重定向到开发者的网站以下载此插件
支持的版本: 4.30
创建于 四月 27,2021
最后更新: 五月 04,2021
描述
nopCommerce Cache lookup plugin that displays all objects stored in the Memory Cache.

The Cache Lookup plugin displays the objects stored in the Microsoft.Extensions.Caching.Memory . It has the option to delete individual items from the cache, and displays an estimated size of each stored object.

Compatibility This plugin is compatible with nopCommerce v4.30 ( plugin version v1.0) and above . If you require a version of the plugin that is compatible with an older version of nopCommerce, feel free to get in touch. ###License This plugin is released under the MIT license. For details, please refer to the license file.

The new Microsoft.Extensions.Caching.Memory class is modeled closely on the ASP.NET cache, and it shares much of the internal cache engine logic with ASP.NET. Although the public caching APIs in the System.Runtime.Caching namespace have been updated to support development of custom caches, if you have used the ASP.NET Cache object, you will find familiar concepts in the new APIs.
Welcome any PR.