The FAQ states:
In some cases like user logout we want to wipe out application cache. To do it effectively with Apollo Cache Persist please use client.clearStore() method that will eventually reset persistence layer.
This does not appear to work. Data remains in AsyncStorage, and is restored by persistCache().