clearAll

abstract fun clearAll(): Boolean

Clear all records from this ApolloStore. This is a synchronous operation that might block if the underlying cache is doing IO

Return

true if all records were successfully removed, false otherwise