New issue 65 by jul...@blass.name: Unlimited size cache in
MemGraphRepository may produce a buffer overflow
http://code.google.com/p/sarasvati/issues/detail?id=65
Using a static instance of cache into MemGraphRepository may produce a
buffer overflow: it might be better to limit the cache size and remove the
oldest MemGraph or find another more suitable mechanism.
Comment #1 on issue 65 by plorenz: Unlimited size cache in
MemGraphRepository may produce a buffer overflow
http://code.google.com/p/sarasvati/issues/detail?id=65
I've committed a change that allows a per-engine cache. Let me know if that
will work for you.
Comment #2 on issue 65 by plorenz: Unlimited size cache in
MemGraphRepository may produce a buffer overflow
http://code.google.com/p/sarasvati/issues/detail?id=65
I also added a constructor where you can pass in your own
MemGraphRepository.