I've read this in the Mondrian documentation:

Flushing the dimension cache

An application might also want to make modifications to a dimension table. Mondrian does not currently allow an application to control the cache of members...

I have a warehouse with dynamic dimensions. I've tried flushMember(Member, boolean children) or flushMembers(CellRegion), in order to accomplish the flushing, with no success (maybe I don't know how to call them).

I'm using mondrian 3.0.4, so my question is: do the newer versions of the mondrian API have support for flushing the dimension cache, painlessly?

Or is there any way to do it in mondrian 3.0.4?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

According to the article that you linked to:

Mondrian does not currently allow an application to control the cache of members

You even included this in your citation(!).

It's unambiguous, you can't do it at present (at least not in an officially supported way). The methods you mentioned were, as I understood it, examples of the sort of API that might be offered when this functionality is added in future. They don't currently exist.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.