Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 Redux #10

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

V2 Redux #10

wants to merge 6 commits into from

Conversation

BjornRuud
Copy link
Contributor

Generic storage and cache linking. Removed queues in favour of read-write lock for better performance. Removed async functions since the execution context should be defined by the caller.

terwanerik and others added 6 commits January 14, 2020 19:44
* Update Package.swift

Updated Package.swift to allow for use in SPM w. Xcode 11
This reduces overhead and eliminates the possibility of thread explosion (in the cache implementation).
Remove async methods. It is better to leave the execution context up to the implementator of the library, and wrapping cache access in an async context is trivial.
CombinedCache is used for linking caches and can itself be used in combinations.
…dating primary cache in CombinedCache.

Doc updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants