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

Overhaul of the cache architecture #6

Closed
vittoriom opened this issue Jul 7, 2015 · 1 comment
Closed

Overhaul of the cache architecture #6

vittoriom opened this issue Jul 7, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@vittoriom
Copy link
Contributor

If, instead of using a list of CacheLevels, we use a composition of CacheLevels, where each takes a type and outputs another (not necessarily different) type, we could have both a generic cache that stores whatever type (not only NSData), but more than that we could have an integrated transformation mechanism that lets single levels manipulate data depending on their internal details.

@vittoriom
Copy link
Contributor Author

WIP

vittoriom added a commit that referenced this issue Jul 7, 2015
@vittoriom vittoriom added the infra label Jul 8, 2015
@vittoriom vittoriom added this to the Open Source Day milestone Jul 8, 2015
@vittoriom vittoriom self-assigned this Jul 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant