[
https://issues.apache.org/jira/browse/ISIS-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879250#comment-13879250
]
ASF subversion and git services commented on ISIS-654:
------------------------------------------------------
Commit ec91d22a7f3a9e7102e971d99a2631cb07d0fe7b in branch refs/heads/master
from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=ec91d22 ]
ISIS-654: changes to QueryResultsCache API
get(), additional overloads, make Key and Value nested static classes public
In addition, improved toString() for logging.
> Provide a request-scoped QueryResultsCache service, as a technique for
> performance tuning.
> ------------------------------------------------------------------------------------------
>
> Key: ISIS-654
> URL: https://issues.apache.org/jira/browse/ISIS-654
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: core-1.3.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: core-1.4.0
>
>
> With Isis, the emphasis is on behaviourally complete domain objects.
> However, this can result in "naive" algorithms whereby the same code is
> revisited mulitple times, eg in a tight loop If that code makes repository
> queries, then a performance problem is likely to result.
> This ticket exploits the request-scoping support introduced in ISIS-652, and
> provides a service that acts as a cache of query results. This enables that
> inner code to look in the cache first.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)