private class CachingRelMetadataProvider.CachingInvocationHandler extends Object implements InvocationHandler
InvocationHandler for calls to a
CachingRelMetadataProvider. Each request first looks in the cache;
if the cache entry is present and not expired, returns the cache entry,
otherwise computes the value and stores in the cache.| Constructor and Description |
|---|
CachingInvocationHandler(Metadata metadata) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.