Skip to content

1.2.5

Compare
Choose a tag to compare
@angelnikolov angelnikolov released this 21 Jun 15:12
· 108 commits to master since this release
6c60e40

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.