Hi! I am using LRU mechanism with a custom eviction policy to make sure unpopular objects are evicted in case of memory shortage.
The callbacks in SpaceEvictionStrategy are only invoked for one of my space models. Can I control this behavior? Why are the callbacks only invoked for one model and not the other one?
Other than this, both models works completely fine.
↧