Fix for manual cache creation
This commit is contained in:
parent
9c48128b04
commit
104e25e74f
@ -209,6 +209,7 @@ class property_cache_pickle(object):
|
||||
self._cached_props[self.UID_TAG] = self._source_instance.uid()
|
||||
self._cached_props[self.DATA_VERSION_TAG] = self._source_instance.data_version()
|
||||
self._cached_props[self.STORAGE_VERSION_TAG] = self.STORAGE_VERSION
|
||||
if self._store_on_get:
|
||||
self._save_cache()
|
||||
|
||||
def _load_cache(self):
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user