Attribute Based Caching Project Covered in infoQs
April 12, 2011 · attribute-based-caching c#
David Cookery did a short write up of my AOP caching framework on infoQ. As a result downloads and usage have spiked.
April 12, 2011 · attribute-based-caching c#
David Cookery did a short write up of my AOP caching framework on infoQ. As a result downloads and usage have spiked.
April 10, 2011 · faq attribute-based-caching
You have made a project using attribute based caching, but the cache isn’t being hit?
January 29, 2011 · attribute-based-caching c# release
Attribute Based Caching 1.2 has been Released. It’s still the .net only caching library that has declarative cache invalidation.
Attribute Based Caching 1.1 had almost 100 downloads! Release 1.2 contains some small improvements like disk based cache and a time-to-live setting.
October 26, 2010 · c# attribute-based-caching
“There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors.”
I am a big fan of postsharp and its creator Gael. There are a number of examples floating around of doing caching with postsharp. However, none handled cache invalidation in a nice declarative way.