Component that provides ObjectStorage in File, Redis and others. Also provides Cache on top of that. Perfect for saving any persistent objects in FuzeWorks.
Go to file
Abel Hoogeveen 80d0450f5c
Got the base working.
- Working providers: Dummy, Redis and File
- Component now delivers the selected storage based on its config file
- Now provides ObjectStorageTest, a PSR CacheProvider compatible object to save and cache data in ObjectStorage
2020-12-20 19:43:02 +01:00
src/FuzeWorks/ObjectStorage Got the base working. 2020-12-20 19:43:02 +01:00
test Got the base working. 2020-12-20 19:43:02 +01:00
.gitattributes Initial commit 2020-11-26 22:02:36 +01:00
.gitignore Got the base working. 2020-12-20 19:43:02 +01:00
LICENSE Initial commit 2020-11-26 22:02:36 +01:00
composer.json Initial commit 2020-11-26 22:02:36 +01:00