Is it possible to declaratively configure the spring.net cache rather using attributes?
I dont want to add the attribute such as :
[CacheResult("AspNetCache", "'Airport.Id=' + #id", TimeToLive = "0:1:0")]
I'd rather do this in configuration files