microsoft / mwt-ds

Umbrella repository for projects related to the MWT Decision Service
187 stars 77 forks source link

removed eval API dependency on session since it does not require a view #58

Closed lhoang29 closed 8 years ago

lhoang29 commented 8 years ago

this allows users to query eval data pro-grammatically. @eisber one more? :)

eisber commented 8 years ago

Don't understand why that change allows that, but looks good to me. You just stop caching the container, right?

lhoang29 commented 8 years ago

yes, but if it's not in the cache then calling it programmatically will fail. The cache is only created when the view is rendered.