Skip to content

Boost your .NET API's performance! Learn top caching methods with detailed examples and GitHub support. Ready to optimize? Let's go! ๐Ÿš€

Notifications You must be signed in to change notification settings

luizeugeniob/cache-up

Repository files navigation

Cache-Up ๐Ÿ…๐Ÿฅ

Implementing caching in an API is recommended for several reasons, including improving performance and reducing operational costs.

This project's commit history explores and compares different ways of adding caching to your .NET API. It was also the basis for a Medium article.

In this article, you will find:

  • injecting a cache provider in the file where you want to insert cache;
  • cache injection using the decorator pattern;
  • automatically injecting cache into all your services/repositories;

Check the article in English here and in Portuguese here.

About

Boost your .NET API's performance! Learn top caching methods with detailed examples and GitHub support. Ready to optimize? Let's go! ๐Ÿš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages