diff --git a/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf b/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf index 814f606..fe0a255 100644 Binary files a/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf and b/_docs_/_downloads/f5f51665bfc67c10ccc039770b738067/unittest.pdf differ diff --git a/_docs_/index.html b/_docs_/index.html index c409b73..4973fc2 100644 --- a/_docs_/index.html +++ b/_docs_/index.html @@ -303,40 +303,40 @@
Will result on the first execution to the following output (with a long execution time):
Testing property_cache (json):\n--------------------------------
-2021-01-07 21:58:26,892: root.caching - DEBUG - JsonCache: Cache file does not exists (yet).
-2021-01-07 21:58:26,893: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:45,282: root.caching - DEBUG - JsonCache: Cache file does not exists (yet).
+2021-01-14 00:50:45,283: root.caching - INFO - JsonCache: cache-file stored (cache.json)
slow get executed for 1
-2021-01-07 21:58:29,896: root.caching - DEBUG - JsonCache: Loading property for '1' from source instance ('one')
-2021-01-07 21:58:29,897: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:48,285: root.caching - DEBUG - JsonCache: Loading property for '1' from source instance ('one')
+2021-01-14 00:50:48,286: root.caching - INFO - JsonCache: cache-file stored (cache.json)
one
slow get executed for 2
two
slow get executed for _property_cache_data_version_
-2021-01-07 21:58:35,904: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_data_version_' from source instance ('three')
-2021-01-07 21:58:35,904: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:54,292: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_data_version_' from source instance ('three')
+2021-01-14 00:50:54,293: root.caching - INFO - JsonCache: cache-file stored (cache.json)
three
slow get executed for _property_cache_uid_
-2021-01-07 21:58:38,905: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_uid_' from source instance ('four')
-2021-01-07 21:58:38,906: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:50:57,297: root.caching - DEBUG - JsonCache: Loading property for '_property_cache_uid_' from source instance ('four')
+2021-01-14 00:50:57,297: root.caching - INFO - JsonCache: cache-file stored (cache.json)
four
slow get executed for __property_cache_uid_
-2021-01-07 21:58:41,908: root.caching - DEBUG - JsonCache: Loading property for '__property_cache_uid_' from source instance ('five')
-2021-01-07 21:58:41,910: root.caching - INFO - JsonCache: cache-file stored (cache.json)
+2021-01-14 00:51:00,301: root.caching - DEBUG - JsonCache: Loading property for '__property_cache_uid_' from source instance ('five')
+2021-01-14 00:51:00,301: root.caching - INFO - JsonCache: cache-file stored (cache.json)
five
With every following execution (slow for getting “two” which is not cached - see implementation):
Testing property_cache (json):\n--------------------------------
-2021-01-07 21:58:42,014: root.caching - INFO - JsonCache: Loading properties from cache (cache.json)
-2021-01-07 21:58:42,015: root.caching - DEBUG - JsonCache: Providing property for '1' from cache ('one')
+2021-01-14 00:51:00,380: root.caching - INFO - JsonCache: Loading properties from cache (cache.json)
+2021-01-14 00:51:00,380: root.caching - DEBUG - JsonCache: Providing property for '1' from cache ('one')
one
slow get executed for 2
two
-2021-01-07 21:58:45,016: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_data_version_' from cache ('three')
+2021-01-14 00:51:03,381: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_data_version_' from cache ('three')
three
-2021-01-07 21:58:45,016: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_uid_' from cache ('four')
+2021-01-14 00:51:03,381: root.caching - DEBUG - JsonCache: Providing property for '_property_cache_uid_' from cache ('four')
four
-2021-01-07 21:58:45,017: root.caching - DEBUG - JsonCache: Providing property for '__property_cache_uid_' from cache ('five')
+2021-01-14 00:51:03,381: root.caching - DEBUG - JsonCache: Providing property for '__property_cache_uid_' from cache ('five')
five
Will result on the first execution to the following output (with a long execution time):
Testing property_cache (pickle):\n--------------------------------
-2021-01-07 21:58:08,749: root.caching - DEBUG - PickCache: Cache file does not exists (yet).
-2021-01-07 21:58:08,749: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:27,103: root.caching - DEBUG - PickCache: Cache file does not exists (yet).
+2021-01-14 00:50:27,103: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
slow get executed for 1
-2021-01-07 21:58:11,752: root.caching - DEBUG - PickCache: Loading property for '1' from source instance ('one')
-2021-01-07 21:58:11,753: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:30,107: root.caching - DEBUG - PickCache: Loading property for '1' from source instance ('one')
+2021-01-14 00:50:30,107: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
one
slow get executed for 2
two
slow get executed for _property_cache_data_version_
-2021-01-07 21:58:17,760: root.caching - DEBUG - PickCache: Loading property for '_property_cache_data_version_' from source instance ('three')
-2021-01-07 21:58:17,760: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:36,112: root.caching - DEBUG - PickCache: Loading property for '_property_cache_data_version_' from source instance ('three')
+2021-01-14 00:50:36,113: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
three
slow get executed for _property_cache_uid_
-2021-01-07 21:58:20,764: root.caching - DEBUG - PickCache: Loading property for '_property_cache_uid_' from source instance ('four')
-2021-01-07 21:58:20,764: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:39,116: root.caching - DEBUG - PickCache: Loading property for '_property_cache_uid_' from source instance ('four')
+2021-01-14 00:50:39,117: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
four
slow get executed for __property_cache_uid_
-2021-01-07 21:58:23,768: root.caching - DEBUG - PickCache: Loading property for '__property_cache_uid_' from source instance ('five')
-2021-01-07 21:58:23,768: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
+2021-01-14 00:50:42,120: root.caching - DEBUG - PickCache: Loading property for '__property_cache_uid_' from source instance ('five')
+2021-01-14 00:50:42,121: root.caching - INFO - PickCache: cache-file stored (cache.pickle)
five
With every following execution (slow for getting “two” which is not cached - see implementation):
Testing property_cache (pickle):\n--------------------------------
-2021-01-07 21:58:23,828: root.caching - INFO - PickCache: Loading properties from cache (cache.pickle)
-2021-01-07 21:58:23,828: root.caching - DEBUG - PickCache: Providing property for '1' from cache ('one')
+2021-01-14 00:50:42,200: root.caching - INFO - PickCache: Loading properties from cache (cache.pickle)
+2021-01-14 00:50:42,200: root.caching - DEBUG - PickCache: Providing property for '1' from cache ('one')
one
slow get executed for 2
two
-2021-01-07 21:58:26,828: root.caching - DEBUG - PickCache: Providing property for '_property_cache_data_version_' from cache ('three')
+2021-01-14 00:50:45,201: root.caching - DEBUG - PickCache: Providing property for '_property_cache_data_version_' from cache ('three')
three
-2021-01-07 21:58:26,829: root.caching - DEBUG - PickCache: Providing property for '_property_cache_uid_' from cache ('four')
+2021-01-14 00:50:45,201: root.caching - DEBUG - PickCache: Providing property for '_property_cache_uid_' from cache ('four')
four
-2021-01-07 21:58:26,829: root.caching - DEBUG - PickCache: Providing property for '__property_cache_uid_' from cache ('five')
+2021-01-14 00:50:45,201: root.caching - DEBUG - PickCache: Providing property for '__property_cache_uid_' from cache ('five')
five