...
Option 2: Fine grained cache control
With Mondrian's CacheControl API, you have much more control over what portions of the cache you decide to wipe out. Taking our cache priming action sequence example above, we'll make some calls into the cache control API to demonstrate how to clear the cache. The same rules apply for getting a connection, also the same reverse rules apply for determining if the cache control was successful.
...