/Dache

Advanced ( Redis Cache ) management service implemented using ( Mediator pattern ) for ( ASP Core )

Primary LanguageC#

Welcome to the Dache

  • To use you can get the package of this tool through Nuget ( soon! )
  • In the next step you should do the following in your configuration file ( appsetting.json ) or any other configuration file

Dache   1

  • In the next step you should add this command in the program file of your web application

Dache   2-1
Dache   2-2

  • Now at this stage everything is ready for you to add your caching items for which you place your queries in the cache according to the following

Dache   3

  • Next to get the cached values ​​in your program do as shown in the image below

Dache   4