VB10 / vexana

Vexana is network manager project with dio.
https://pub.dev/packages/vexana
MIT License
147 stars 39 forks source link

In-Memory Caching for Responses #87

Closed MehmetKaranlik closed 8 months ago

MehmetKaranlik commented 10 months ago

Vexana already includes caching via local caching mechanism, i believe either we can improve this to in-memory caching for fast read/write access and safety issues. Or we can add another caching options while retaining the current one.

MehmetKaranlik commented 10 months ago

@VB10

VB10 commented 8 months ago

acutally i dont want to keep our caching data to in memory. it most of depends on application and porbably getting some issues after this implementation. For this reason without you can create your custom caching class like VBCache and give it in vexana. it would be better then our management.