|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cacheable in org.onebusaway.presentation.impl |
---|
Methods in org.onebusaway.presentation.impl with annotations of type Cacheable | |
---|---|
boolean |
InitialSetupServiceImpl.isInitialSetupRequired(boolean forceRefresh)
Since this is going to be called for EVERY incoming web-request, we don't want to do something like make a database hit for each request. |
Uses of Cacheable in org.onebusaway.transit_data_federation.impl |
---|
Methods in org.onebusaway.transit_data_federation.impl with annotations of type Cacheable | |
---|---|
boolean |
ExtendedCalendarServiceImpl.areServiceIdsActiveOnServiceDate(ServiceIdActivation serviceIds,
Date serviceDate)
|
Map<String,CoordinatePoint> |
AgencyServiceImpl.getAgencyIdsAndCenterPoints()
|
Map<String,CoordinateBounds> |
AgencyServiceImpl.getAgencyIdsAndCoverageAreas()
|
List<String> |
AgencyServiceImpl.getAllAgencyIds()
|
Set<Date> |
ExtendedCalendarServiceImpl.getDatesForServiceIds(ServiceIdActivation serviceIds)
|
List<Date> |
ExtendedCalendarServiceImpl.getDatesForServiceIdsAsOrderedList(ServiceIdActivation serviceIds)
|
Set<org.onebusaway.gtfs.model.calendar.ServiceDate> |
ExtendedCalendarServiceImpl.getServiceDatesForServiceIds(ServiceIdActivation serviceIds)
|
TimeZone |
AgencyServiceImpl.getTimeZoneForAgencyId(String agencyId)
|
Uses of Cacheable in org.onebusaway.transit_data_federation.impl.beans |
---|
Methods in org.onebusaway.transit_data_federation.impl.beans with annotations of type Cacheable | |
---|---|
BlockBean |
BlockBeanServiceImpl.getBlockForId(org.onebusaway.gtfs.model.AgencyAndId blockId)
|
TripBean |
TripBeanServiceImpl.getTripForId(org.onebusaway.gtfs.model.AgencyAndId tripId)
|
Uses of Cacheable in org.onebusaway.transit_data_federation.impl.shapes |
---|
Methods in org.onebusaway.transit_data_federation.impl.shapes with annotations of type Cacheable | |
---|---|
ShapePoints |
ShapePointServiceImpl.getShapePointsForShapeIds(List<org.onebusaway.gtfs.model.AgencyAndId> shapeIds)
|
Uses of Cacheable in org.onebusaway.users.impl |
---|
Methods in org.onebusaway.users.impl with annotations of type Cacheable | |
---|---|
Long |
UserServiceImpl.getMinApiRequestIntervalForKey(String key,
boolean forceRefresh)
|
Uses of Cacheable in org.onebusaway.users.impl.logging |
---|
Methods in org.onebusaway.users.impl.logging with annotations of type Cacheable | |
---|---|
Map<String,Object> |
TccUserStudyInteractionLoggingIndicatorImpl.isLoggingEnabledForUser(IndexedUserDetails details)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |