Package org.opendoors.cache

Interface Summary
Cache The base interface for every cache regardless of implementation.
UpdateableCache Some cache implementations will expose an explicit udpate method allowing clients to perform pending updates to the cache which brings the cache up-to-date with recent mutations to the cache.