1.2.5
Before, the PCacheable
always returned asynchronously due to a Promise
wrapping I added a while ago so we support async storage strategies (Redis, IndexedDB and etc.).
I realized that this wasn't necessary and the methods should return synchronously if they were sync in the first place.