Skip to content

Instantly share code, notes, and snippets.

@ricardopsantos
Last active January 14, 2023 18:54
Show Gist options
  • Save ricardopsantos/8f4fed6e1b5ecb97b06d4d5e62b0d234 to your computer and use it in GitHub Desktop.
Save ricardopsantos/8f4fed6e1b5ecb97b06d4d5e62b0d234 to your computer and use it in GitHub Desktop.
Article_13_G1.swift
enum CacheStrategy {
case cacheNoLoad
case noCacheLoad
case cacheElseLoad
case cacheAndLoad
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment