Is it possible to load attributes values from config file? For example I have attribute below which cache property return value. This attribute used more than 10 times in application and I would like to load second attribute parameter(1800 seconds) from config file.
[Cache(CacheType.Absolute, 1800, CacheLocation.Memory)]