这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
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

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 list
  • GetValueAsync: Get cache value
  • SetAsync: Set cache value
  • RefreshAsync: Refresh cache
  • RemoveAsync: 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: