Changelog History
Page 3
-
v1.1.3 Changes
September 15, 2015- ๐ Fix pickle tests.
-
v1.1.2 Changes
September 15, 2015- ๐ Fix pickling of large
LRUCache
andTTLCache
instances.
- ๐ Fix pickling of large
-
v1.1.1 Changes
September 07, 2015๐ Improve key functions.
๐ Improve documentation.
๐ Improve unit test coverage.
-
v1.1.0 Changes
August 28, 2015โ Add
@cached
function decorator.โ Add
hashkey
andtypedkey
fuctions.โ Add
key
andlock
arguments to@cachedmethod
.Set
__wrapped__
attributes for Python versions < 3.2.๐ Move
functools
compatible decorators tocachetools.func
.๐ Deprecate
@cachedmethod
typed
argument.๐ Deprecate
cache
attribute for@cachedmethod
wrappers.๐ Deprecate
getsizeof
andlock
arguments forcachetools.func
decorator.
-
v1.0.3 Changes
June 26, 2015- Clear cache statistics when calling
clear_cache()
.
- Clear cache statistics when calling
-
v1.0.2 Changes
June 18, 2015๐ Allow simple cache instances to be pickled.
๐จ Refactor
Cache.getsizeof
andCache.missing
default implementation.
-
v1.0.1 Changes
June 06, 2015Code cleanup for improved PEP 8 conformance.
โ Add documentation and unit tests for using
@cachedmethod
with generic mutable mappings.๐ Improve documentation.
-
v1.0.0 Changes
December 19, 2014Provide
RRCache.choice
property.๐ Improve documentation.
-
v0.8.2 Changes
December 15, 2014- ๐ Use a
NestedTimer
forTTLCache
.
- ๐ Use a
-
v0.8.1 Changes
December 07, 2014- ๐ Deprecate
Cache.getsize()
.
- ๐ Deprecate