Mule Caching Strategy using Redis
问题 I'm looking for a way to have a shared cache across two servers and I am investigating using Redis as an object-store-caching-strategy but I am encountering a problem when reading stored values. It successfully stores a value when the cache hit is a miss value but throws an error when retrieving the value. The required object/property "muleContext" is null At a guess it seems like the object-store-caching-strategy might need an object store that implements the MuleContextAware interface. Does