]
Will Burns updated ISPN-12027:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 12.0.0.Final
Resolution: Done
RemoteCacheContainer missing getCache overrides
-----------------------------------------------
Key: ISPN-12027
URL:
https://issues.redhat.com/browse/ISPN-12027
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Affects Versions: 11.0.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 12.0.0.Final, 11.0.1.Final
The {{RemoteCacheContainer}} inherits the {{getCache()}} and {{getCache(String)}} methods
from the {{BasicCacheContainer}}, however these return a {{BasicCache}} instance when a
{{RemoteCache}} is required. We should override these methods in {{RemoteCacheContainer}}.