You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/06/14 19:41:16 UTC

[jira] Commented: (HARMONY-6549) Implementation of methods: setUseCache, getUseCache, setCacheDirectory and getCacheDirectory

    [ https://issues.apache.org/jira/browse/HARMONY-6549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878651#action_12878651 ] 

Hudson commented on HARMONY-6549:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #850 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/850/])
    Apply patch HARMONY-6549 (Implementation of methods: setUseCache, getUseCache, setCacheDirectory and getCacheDirectory )


> Implementation of methods: setUseCache, getUseCache, setCacheDirectory and getCacheDirectory 
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6549
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6549
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6549.diff
>
>
> Completed these four methods:
> static boolean getUseCache() ;
> static File getCacheDirectory();
> static void setUseCache(boolean useCache);
> static void setCacheDirectory(File cacheDirectory);
> I have created a inner class Cache to save the cache informations

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