com.gu.commercial.display.SurgeLookupService.scala Maven / Gradle / Ivy
The newest version!
package com.gu.commercial.display
/**
* This is intended to be implemented by Ophan API lookups.
*/
trait SurgeLookupService {
/**
* This is intended to be implemented by caching results from the Ophan 'surging' service.
*/
def pageViewsPerMinute(pageId: String): Option[Int]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy