<!--
RSS generated by JIRA (4.4#649-r158309) at Tue Jun 18 00:40:01 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+10171+AND+labels+%3D+new-feature&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+10171+AND+labels+%3D+new-feature</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="1" total="1"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[CCACHE-17] Create function backed cache</title>
                <link>http://dev.clojure.org/jira/browse/CCACHE-17</link>
                <project id="10171" key="CCACHE">core.cache</project>
                        <description>&lt;p&gt;A cache implementation that is backed by a function that performs some action on a cache miss could serve as a front for any of the existing cache impls.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="15075">CCACHE-17</key>
            <summary>Create function backed cache</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>cache</label>
                        <label>fn-cache</label>
                        <label>new-feature</label>
                    </labels>
                <created>Fri, 16 Dec 2011 08:57:37 -0600</created>
                <updated>Mon, 19 Dec 2011 07:29:30 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27477" author="richhickey" created="Fri, 16 Dec 2011 09:45:18 -0600"  >&lt;p&gt;It doesn&apos;t perform an action per se, it gets a passed key and returns a value, which the cache then caches (associates with the key) and returns. The tricky bit is when the function can&apos;t get a value. There needs to be some protocol for communicating that (could be like 3 arg get), and, should the cache be asked again later for the same key, calling the fn again.&lt;/p&gt;</comment>
                    <comment id="27483" author="fogus" created="Mon, 19 Dec 2011 07:29:30 -0600"  >&lt;p&gt;Thanks for the feedback Rich.  I believe I understand the subtleties now.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>