Skip to content

1.1.0

Compare
Choose a tag to compare
@aholstenson aholstenson released this 04 Oct 10:34
· 38 commits to master since this release
  • cleanUp() is now part of the public API. It can be used toequest clean up of the cache by removing expired entries and old data. In most cases this is not needed. See README for details.
  • All caches now share a common base class to allow for checks using instanceof: if(obj instanceof transitory.Cache)