From the documentation I understand that preload does fill the cache with objects right after starting the service that is usually at boot time. Does preload drop objects that have been served?
Like starting a huge binary application means it gets served by preload's cache. But after that the binary object could be dropped from preload's cache to free some memory, until the process is closed.
Is that already done in the implementation of preload?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From the documentation I understand that preload does fill the cache with objects right after starting the service that is usually at boot time. Does preload drop objects that have been served?
Like starting a huge binary application means it gets served by preload's cache. But after that the binary object could be dropped from preload's cache to free some memory, until the process is closed.
Is that already done in the implementation of preload?