Spring.Net Cache & Complex Keys

So you want to cache the results of a service dll using the Spring.NET CacheResult attribute… But your class takes a List or complex object as part of the method call. No worries, you can use a helper class to generate your cache keys for you! So my problem, I wanted to cache the result … Continue reading Spring.Net Cache & Complex Keys