I have OlapConnection instance, and i try clear schema cache:
RolapConnection privateConnection = s.OlapConnection.unwrap(RolapConnection.class);
CacheControl cacheControl = privateConnection.getCacheControl(null);
cacheControl.flushSchemaCache();
but the dimension elements is not updated. How to clear all cache of OlapConnection?
RolapConnection privateConnection = s.OlapConnection.unwrap(RolapConnection.class);
CacheControl cacheControl = privateConnection.getCacheControl(null);
cacheControl.flushSchemaCache();
but the dimension elements is not updated. How to clear all cache of OlapConnection?