You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2010/02/25 18:32:27 UTC

[jira] Created: (OPENJPA-1539) DataCacheManager should cache whether or not a given type is cacheable or not.

DataCacheManager should cache whether or not a given type is cacheable or not.
------------------------------------------------------------------------------

                 Key: OPENJPA-1539
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1539
             Project: OpenJPA
          Issue Type: Improvement
            Reporter: Rick Curtis
            Assignee: Rick Curtis
             Fix For: 2.0.0


In the org.apache.openjpa.datacache.DataCacheManagerImpl.isCachable(ClassMetaData meta) we always calculate the cacheability of a given Entity type even though the value can't change at runtime. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1539) DataCacheManager should cache whether or not a given type is cacheable or not.

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1539:
----------------------------------

          Component/s: datacache
    Affects Version/s: 2.0.0-beta2
                       2.0.0-beta

> DataCacheManager should cache whether or not a given type is cacheable or not.
> ------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1539
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1539
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: datacache
>    Affects Versions: 2.0.0-beta, 2.0.0-beta2
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>             Fix For: 2.0.0
>
>
> In the org.apache.openjpa.datacache.DataCacheManagerImpl.isCachable(ClassMetaData meta) we always calculate the cacheability of a given Entity type even though the value can't change at runtime. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-1539) DataCacheManager should cache whether or not a given type is cacheable or not.

Posted by "Rick Curtis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Curtis resolved OPENJPA-1539.
----------------------------------

    Resolution: Fixed

Committed revision 916388 to trunk.

> DataCacheManager should cache whether or not a given type is cacheable or not.
> ------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1539
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1539
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>             Fix For: 2.0.0
>
>
> In the org.apache.openjpa.datacache.DataCacheManagerImpl.isCachable(ClassMetaData meta) we always calculate the cacheability of a given Entity type even though the value can't change at runtime. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.