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.1.0.GA
Reporter: Krzysztof Sobolewski
Assignee: Manik Surtani
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