1.1.0
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)