JHUAPL / AccumuloGraph

An implementation of TinkerPop Blueprints using Accumulo
Apache License 2.0
33 stars 12 forks source link

Element cache updates #88

Closed mikelieberman closed 9 years ago

mikelieberman commented 9 years ago

Changed the element cache implementation to use Guava's caches, and removed "LRU" cache related items. Also added appropriate unit tests. This addresses #86.