Re: [Opensymphony-oscache] groups usage for a newbie
Andres March <[email protected]> Fri, 29 Apr 2005 01:04:56 -0700
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <[email protected]> |
if you are not clustering you could create multiple caches, one per group. this a feature called regions which oscache does not yet have graulle wrote: >Thank for the prompt answer. > >I have an application that today keeps objects into a hashmap. These objects have a kind of owner being another object. >What I need in the application is to be able to query the full set by a key but also querying a subset of them (those that belong to a parent objet). >In a sense its a kind of partition of the full set. > >I thought that groups could be a way to query either on the full set (group="ALL") or by parent(group="parent 1"). May be its a bad usage of groups. > >It this helps ? > >--------------------------------------------------------------------- >Posted via Jive Forums >http://forums.opensymphony.com/thread.jspa?threadID=1866&messageID=5746#5746 > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > >