v0.0.8
v0.0.8
- Storage binary format is changed to be a bit more compact
- Add
ApolloStore.trim()
to remove old data from the cache CacheKey
is used in more APIs instead ofString
, for consistency.ApolloCacheHeaders.EVICT_AFTER_READ
is removed.ApolloStore.remove()
can be used instead.NormalizedCache.remove(pattern: String)
is removed. Please open an issue if you need this feature back.