The 'Reluctant Cache' Pattern (weblogs.asp.net)
published 3 years, 8 months ago, submitted by
gavinjoyce(25.7k) 3 years, 8 months 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: 22
tags:
another
Everyones tags:
No tags
Your Tags: