The 'Reluctant Cache' Pattern(weblogs.asp.net)
submitted by
gavinjoyce(25.7k) 6 years ago
I use this pattern when implementing custom caching helper classes. It allows items to be placed in the cache only once they have reached a threshold level of requests within a configurable time period. The result is that only the most frequently accessed data will be cached resulting in memory savings for your server.
|category: Patterns
|Views: 34
tags:
another
Everyones tags:
No tags
Your Tags: