Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

microsoftarchive/memoize-ttl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memoize-ttl Build Status

memoize-ttl provides a simple interface similar to Clojure's builtin memoize function. Additionally there is a time-to-live (TTL) value when cached entries expire and a invalidate function to manually invalidate the cache, very useful for unit testing.

Releases and Dependency Information

memoize-ttl is released via Clojars. The Latest stable release is 0.0.1

Leiningen dependency information:

[memoize-ttl "0.0.1"]

Maven dependency information:

<dependency>
  <groupId>memoize-ttl</groupId>
  <artifactId>memoize-ttl</artifactId>
  <version>0.0.1</version>
</dependency>

License

Copyright © 2015 6 Wunderkinder GmbH.

Distributed under the Eclipse Public License, the same as Clojure.

About

memoize with TTL and manual cache invalidation for Clojure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published