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

[jira] Assigned: (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:all-tabpanel ]

Tim Ellison reassigned HARMONY-6549:
------------------------------------

    Assignee: Tim Ellison

> 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.