Store icon indicating copy to clipboard operation
Store copied to clipboard

A Kotlin Multiplatform library for building network-resilient applications

Results 115 Store issues
Sort by recently updated
recently updated
newest added

- [ ] Create `CachingPersister` that delegates to [Cache](https://github.com/MobileNativeFoundation/Store/tree/Kmp/cache)

enhancement

- [ ] Build website - [ ] Document Store 4 - [ ] Document Store 5

enhancement

- [ ] Online read - [ ] Online write - [ ] Offline read - [ ] Offline write - [ ] Dynamic server-driven UI with [Zipline](https://github.com/cashapp/zipline) and [Component...

enhancement

I need to know when an item is remove from the cache, so I add the possibility to put an listener in the `MemoryPolicy` wich be add to the `CacheBuilder`...

## Description Adds `getAllPresent()` with no argument to `Cache`, in addition to existing `getAllPresent(keys: List)`. In the original Guava library there was an [`asMap()`](https://github.com/google/guava/blob/master/guava/src/com/google/common/cache/Cache.java#L178) method which could be used to...

Closes #562 ## Description Migrating our docs to Docusaurus and moving its source code to our `main` branch under the `website` package. [Docusaurus](https://docusaurus.io/) is powered by MDX and React and...

## Description Modifying our workflow to run codecov on PRs. Bumping min coverage range to 70 ## Type of Change - [x] CI ## Test Plan N/A ## Checklist: Before...

## Description Project builds are failing. See https://github.com/MobileNativeFoundation/Store/actions/runs/8074078471/job/22058824987. Bumping Java and ktlint-gradle. Fixing ktlint errors. ## Type of Change - [x] Dependencies - [x] Formatting ## Test Plan N/A ##...