Skip to content

Releases: gqylpy/funccache

1.5.1

22 Apr 03:33
Compare
Choose a tag to compare

1.Update function description, for clear_cache_pool.
2.Fixed TypeError exception for unknown reasons (in some cases, the type of the global variable Function is tampered with, <class 'function'> -> ~Function).

1.5.0

08 Apr 02:34
Compare
Choose a tag to compare

1.Added support with cache expiration time.
2.Added support for asynchronous functions.
3.Improved function wrapper, some magic property changes.
(All of the above changes apply only to a single function.)
4.Added a function to quickly clean the cache of a specified function or object or class.

1.4.0

19 Mar 04:19
Compare
Choose a tag to compare

1.Fixed an exception that closed the cache lock during concurrency.

1.3.4

11 Dec 11:05
Compare
Choose a tag to compare

1.Fixed an issue where triggering exceptions would result in deadlocks.

1.3.3

27 Nov 10:09
Compare
Choose a tag to compare

The focus of this upgrade is to modify the description style.

1.3.2

16 Oct 10:55
Compare
Choose a tag to compare

1.Reset the code specification, annotations look clearer now.
2.Improved document semantics for friendlier wording.

1.3.1

11 Sep 10:14
Compare
Choose a tag to compare

Fixed a fatal bug running under a lower version.

1.3

28 Jul 03:13
Compare
Choose a tag to compare
1.3

1.Fix an issue where could not create portable serialized representation.
2.Add a function "cache" for compatibility with editor syntax hints.
3.Now decorators can implement singleton classes.
4.Also optimized some code.

1.2

07 Jun 09:57
Compare
Choose a tag to compare
1.2

Fix a big bug. When used as a metaclass, an exception is thrown if "not_cache" is not defined.

1.1

29 May 12:44
Compare
Choose a tag to compare
1.1

Rewrite all functionality of "v1.0".