You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1013 B
1013 B
LINGYUN.Abp.CachingManagement.Application.Contracts
Cache management application service contract module.
Interfaces
ICacheAppService
Cache management application service interface, providing the following features:
GetKeysAsync: Get cache key listGetValueAsync: Get cache valueSetAsync: Set cache valueRefreshAsync: Refresh cacheRemoveAsync: Remove cache
Permissions
- AbpCachingManagement.Cache: Cache management
- AbpCachingManagement.Cache.Refresh: Refresh cache
- AbpCachingManagement.Cache.Delete: Delete cache
- AbpCachingManagement.Cache.ManageValue: Manage cache value
Installation
abp add-module LINGYUN.Abp.CachingManagement
More
For more information, please refer to the following resources: