Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created February 23, 2014 12:59
Show Gist options
  • Save AeroNotix/9171063 to your computer and use it in GitHub Desktop.
Save AeroNotix/9171063 to your computer and use it in GitHub Desktop.
(defn expire-entries! [c]
(cache/ttl-cache-factory
(into {} (filter #((complement nil?) (second %))
(map #(vector % (get c %)) (keys c))))
:ttl (.ttl-ms c)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment