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

Feature: strict cache + storages #13

Merged
merged 9 commits into from
Nov 16, 2015
Merged

Feature: strict cache + storages #13

merged 9 commits into from
Nov 16, 2015

Conversation

vadymmarkov
Copy link
Contributor

@zenangst

  1. We have 2 kinds of caches: Hybrid (for any type) and Strict (for the specified type only).
  2. Memory and disk caches now are refactored to storages. The same thing for storage factory, kind and so on.

So I think the main public API is done. The next step is UIImageView extensions, optimisations and stuff.

@zenangst
Copy link
Contributor

@vadymmarkov

giphy-58

describe("DiskCache") {
let name = "DudeDiskCache"
describe("DiskStorage") {
let name = "Floppy"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HA! 😁

zenangst added a commit that referenced this pull request Nov 16, 2015
@zenangst zenangst merged commit b33cfcf into master Nov 16, 2015
@zenangst zenangst deleted the feature/strict-cache branch November 16, 2015 16:55
@zenangst
Copy link
Contributor

@vadymmarkov 🌟 * 1 000 000

@pmiotto pmiotto mentioned this pull request Jul 3, 2018
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