public final class UpdateMethodCacher extends Object
Constructor and Description |
---|
UpdateMethodCacher(ConcurrentMap<MethodCacher.Key,MethodCacher.Tunnel> tls,
BlockingQueue<MethodCacher.Key> ukeys)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
start()
Staring two threads(cheaner and updater) are used for
updating cache and cleaning expired cache.
|
public UpdateMethodCacher(ConcurrentMap<MethodCacher.Key,MethodCacher.Tunnel> tls, BlockingQueue<MethodCacher.Key> ukeys)
tls
- ConcurrentMapukeys
- BlockingQueueCopyright © 2012–2017 jcabi.com. All rights reserved.