How does serena keep cached index files up to date? #678
-
|
Indexing my Kotlin repo takes a couple minutes. So I run the following to index the repository.
The question that comes up, how does serena make sure that the indexes are up to date and NOT stale. Does it update the index cache files (like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The cache is always updated when file content changes. The only thing that's not taken care of is pruning the cache, so the file may grow large over time. But information from the cache is never stale |
Beta Was this translation helpful? Give feedback.
The cache is always updated when file content changes. The only thing that's not taken care of is pruning the cache, so the file may grow large over time. But information from the cache is never stale