Skip to content

Instantly share code, notes, and snippets.

@shkschneider
Last active March 12, 2019 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shkschneider/1b40b9d4b8c5dedcafbdda71af88d0b9 to your computer and use it in GitHub Desktop.
Save shkschneider/1b40b9d4b8c5dedcafbdda71af88d0b9 to your computer and use it in GitHub Desktop.
class Repository {
init{
}
companion object {
private val CACHE = TimeUnit.HOURS.toSeconds(4)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment