[ https://issues.apache.org/jira/browse/CAY-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595908#comment-14595908 ]
ASF GitHub Bot commented on CAY-1873: ------------------------------------- GitHub user thinline72 opened a pull request: https://github.com/apache/cayenne/pull/71 CAY-1873 | Move DataDomain cache configuration from the Modeler and into DI You can merge this pull request into a Git repository by running: $ git pull https://github.com/thinline72/cayenne CAY-1873 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/71.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #71 ---- commit ee1bbef15b02bca1a4a693408a1246ca8c370c28 Author: Savva Kolbachev <s.kolbac...@gmail.com> Date: 2015-06-22T13:18:31Z CAY-1873 | Move DataDomain cache configuration from the Modeler and into DI ---- > Move DataDomain cache configuration from the Modeler and into DI > ---------------------------------------------------------------- > > Key: CAY-1873 > URL: https://issues.apache.org/jira/browse/CAY-1873 > Project: Cayenne > Issue Type: Task > Reporter: Andrus Adamchik > Assignee: Andrus Adamchik > Attachments: cay1873.patch, cay1873_modeler.patch, > cay1873_test.patch, cay1873v2.patch, cay1873v2_test.patch, x.png > > > Cache configuration for DataDomain is currently done in the Modeler. (this > configuration is limited to the "object cache" [1], query cache is configured > in DI already) and this seems misplaced. Cache settings are highly > environment dependent and are better managed by DI. So let's remove all these > screens from the Modeler and create any needed DI services that perform this > configuration function. > (The next step, outside the scope of this Jira, may be combining query cache > and object cache in the same cache engine) > [1] http://cayenne.apache.org/docs/3.0/caching-and-fresh-data.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)