[jbosscache-issues] [JBoss JIRA] Updated: (JBCACHE-1488) Please add more equivalents of operations on Node to Cache interface

Manik Surtani (JIRA) jira-events at lists.jboss.org
Wed Mar 4 09:24:22 EST 2009


     [ https://jira.jboss.org/jira/browse/JBCACHE-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated JBCACHE-1488:
-----------------------------------

        Fix Version/s: 3.1.0.GA
    Affects Version/s: 3.0.3.GA
                           (was: 3.1.0.GA)


> Please add more equivalents of operations on Node to Cache interface
> --------------------------------------------------------------------
>
>                 Key: JBCACHE-1488
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1488
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.0.3.GA
>            Reporter: Krzysztof Sobolewski
>            Assignee: Manik Surtani
>             Fix For: 3.1.0.GA
>
>
> There's a slight asymmetry between operations on Node and equivalent convenience operations on Cache, like lack of getChildren(Fqn), addChild(Fqn) etc.. The convenience operations are desirable because of their atomicity, so I think there should be equivalents for as many operations on Node as possible. Moreover, some of them are in CacheSPI that I think should be present in Cache interface instead. Namely:
>    Set<Object> getChildrenNames(Fqn fqn);
> and its convenience variant
>    Set<String> getChildrenNames(String fqn);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list