Package org.bedework.synch.shared.cnctrs
Class ConnectorCache
- java.lang.Object
-
- org.bedework.synch.shared.cnctrs.ConnectorCache
-
public class ConnectorCache extends Object
A cache for connectors and instances. When values are successfully retrieved from the cache the successfulFetch method should be called to update the last fetch time.These caches will be attached to subscriptions.
The system map periodically flush caches and will do so according to the time since a cache was last successfully used.
- Author:
- Mike Douglass
-
-
Constructor Summary
Constructors Constructor Description ConnectorCache(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastFetch()StringgetName()voidsuccessfulFetch()
-