]
RH Bugzilla Integration commented on ISPN-5490:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug
Cache.clear() does not clear the cache store with async store
-------------------------------------------------------------
Key: ISPN-5490
URL:
https://issues.jboss.org/browse/ISPN-5490
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 7.2.1.Final
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Fix For: 7.2.2.Final, 8.0.0.Alpha1, 8.0.0.Final
AsyncCacheWriter and AdvancedAsyncCacheWriter do not implement {{clear()}} operation
correctly since they do not actually call to the actual cache store to delete data from
it.