|
|
Browse by Tags
All Tags » c# » Castle Windsor
-
Normally if you want to cache the result of a method call you add code into the method which explicitly checks if the result is cached and retrieves it from the cache if it is and alternatively if the result is not cached the method calls code to add the result to cache. The problem with this is that you end up having the same code repeated in ...
|
|
|