Description
Since Apache DirectMemory can keep objects outside of the java heap that could help on improving performances.
I created a simple extension implementation of VerticesInfo which uses Apache DirectMemory CacheService instead of a List, performance seem to be improved.