All Projects → EasyAbp → CacheManagement

EasyAbp / CacheManagement

Licence: MIT License
An abp application module helps administrators to manage the app cache data.

Programming Languages

C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

CacheManagement

ABP version NuGet NuGet Download Discord online GitHub stars

An abp application module helps administrators to manage the app cache data.

Online Demo

We have launched an online demo for this module: https://cache.samples.easyabp.io

Installation

  1. Install the following NuGet packages. (see how)

    • EasyAbp.CacheManagement.Application
    • EasyAbp.CacheManagement.Application.Contracts
    • EasyAbp.CacheManagement.Domain
    • EasyAbp.CacheManagement.Domain.Shared
    • EasyAbp.CacheManagement.EntityFrameworkCore
    • EasyAbp.CacheManagement.HttpApi
    • EasyAbp.CacheManagement.HttpApi.Client
    • (Optional) EasyAbp.CacheManagement.MongoDB
    • (Optional) EasyAbp.CacheManagement.Web
    • (Optional) EasyAbp.CacheManagement.StackExchangeRedis
  2. Add DependsOn(typeof(CacheManagementXxxModule)) attribute to configure the module dependencies. (see how)

  3. Add builder.ConfigureCacheManagement(); to the OnModelCreating() method in MyProjectMigrationsDbContext.cs.

  4. Add EF Core migrations and update your database. See: ABP document.

Usage

  1. Add permissions to the roles you want.

  2. Add your own cache items.

  3. Enjoy this wonderful module.

CacheItems EditCacheItem CacheItemData

Roadmap

  • Cache values modification.
  • More detailed documentations.
  • More drivers.
  • Unit tests.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].