Attribute-Based-Caching

Tag: Attribute-Based-Caching

Attribute Based Caching Project Covered in infoQs

David Cookery did a short write up of my AOP caching framework on infoQ. As a result downloads and usage have spiked.

Read more...

Question':' Caching and postsharp is not working in my project?

You have made a project using attribute based caching, but the cache isn’t being hit?

Read more...

Attribute Based Caching 1.2 Released

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.

Cache 1.2

Read more...

Introducing 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.  

Read more...