Hi,
I would like to cache objects (product variants) for a limited amount of time (say, 3 seconds) to avoid hitting the database every product search.
Limiting the amount of time the product variant is cached is very important because it has some attributes that update regularly.
Are there any caching mechanisms already implemented on NopCommerce that would allow me to do that?

Thanks!