Introducing Nebula.Caching

Hello everyone!

I'm very happy to announce my first open-source project called Nebula.Caching. You can find its source code on Github.

This project is aimed at making your .NET Core applications have better performance, by using cache.

It uses Aspect-Oriented Programming (AOP), which will allow you to enable cache in your methods by only using an attribute, which will make your code cleaner while still enabling you to cache your results.

Please refer to the README in the project for a more in-depth analysis and usage of this project!