Give us feedback
lazycache
Reactive icon

LazyCache

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 30 April 2022 by 
0.0
 (0 ratings)
lazycache

LazyCache

Details
Lazy cache is a simple in-memory caching service. It has a developer friendly generics based API, and provides a thread safe cache implementation that guarantees to only execute your cachable delegates once (it's lazy!). Under the hood it leverages Microsoft.Extensions.Caching and Lazy to provide performance and reliability in heavy load scenarios.
Read more

Lazy cache is a simple in-memory caching service. It has a developer friendly generics based API, and provides a thread safe cache implementation that guarantees to only execute your cachable delegates once (it's lazy!). Under the hood it leverages Microsoft.Extensions.Caching and Lazy to provide performance and reliability in heavy load scenarios. 


LazyCache suits the caching of database calls, complex object graph building routines and web service calls that should be cached for performance. Allows items to be cached for long or short periods, but defaults to 20 mins.

Release notes (1.0.1)

New ResetCache Method

Added new parameter CacheTimeInMinutes

Reviews (0)
Team