I am not sure if maybe it is me doing something wrong but I have the DoctrineCacheBundleAdapter setup and so far it is working like a charm. However, what happens if in a very specific section I want the configuration bundle to fetch a configuration from the database ignoring the cache?
An example on this is that there is a value that I am constantly changing directly on the database to test something out but since the result is cached it is obviously not working properly.