Expiration date not customizable from config for OutputCacheProvider in CouchbaseAspNet

We recently switched over from MemcachedProviders to start using the Couchbase OutputCacheProvider from here https://github.com/couchbaselabs/couchbase-aspnet1

However, we find that it would be a better option (at least for us) to specify the cache duration time for the OutputCacheProvider through a configuration value instead of a parameter in an attribute as it is now. Would it possible to have this option in a later version of the CocuhbaseAspNet project? Or is there a reason why it would be set up this way over a configuration value?

Thanks,
Patrick

@pdavis -

You can make a feature request here: http://issues.couchbase.com/browse/CBASP

If you feel inclined to add the feature yourself, please send a pull request :smile:

-Jeff