mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-03 12:40:47 +08:00
DOC: Add whatsnew entry for ExpiringCache.
This commit is contained in:
@@ -22,6 +22,11 @@ Enhancements
|
||||
factor to only compute over stocks for which the filter returns True, rather
|
||||
than always computing over the entire universe of stocks. (:issue:`1095`)
|
||||
|
||||
* Added :class:`zipline.utils.cache.ExpiringCache`.
|
||||
A cache which wraps entries in a :class:`zipline.utils.cache.CachedObject`,
|
||||
which manages expiration of entries based on the `dt` supplied to the `get`
|
||||
method.
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user