JetBrains / package-search-intellij-plugin

Package Search is an IntelliJ plugin that allows you to search for packages from the editor.
https://package-search.jetbrains.com/
Apache License 2.0
18 stars 2 forks source link

241 - Revamp of caching using cache new refresh APIs. #165

Closed lamba92 closed 6 months ago

lamba92 commented 6 months ago

This commit includes refactoring and updates to align the package search API with the new version. The use of NitriteKtorCache has been removed and additional built-in tests have been added. The caching mechanism and application settings have been improved for better performance. Also, the package structure and build settings have been adjusted accordingly.