Class ArrivalsAndDeparturesQueryBeanCacheableObjectKeyFactory
- java.lang.Object
-
- org.onebusaway.presentation.impl.transit_data.ArrivalsAndDeparturesQueryBeanCacheableObjectKeyFactory
-
- All Implemented Interfaces:
org.onebusaway.container.cache.CacheableObjectKeyFactory
public class ArrivalsAndDeparturesQueryBeanCacheableObjectKeyFactory extends Object implements org.onebusaway.container.cache.CacheableObjectKeyFactory
-
-
Constructor Summary
Constructors Constructor Description ArrivalsAndDeparturesQueryBeanCacheableObjectKeyFactory(int arrivalAndDepartureCacheWindow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onebusaway.container.cache.CacheKeyInfocreateKey(Object object)voidsetTimeWindow(int timeWindowInSeconds)
-
-
-
Method Detail
-
setTimeWindow
public void setTimeWindow(int timeWindowInSeconds)
-
createKey
public org.onebusaway.container.cache.CacheKeyInfo createKey(Object object)
- Specified by:
createKeyin interfaceorg.onebusaway.container.cache.CacheableObjectKeyFactory
-
-