Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PurgeCachedContent ¶
func PurgeCachedContent(upstream config.Upstream, rc RequestCallDTO) (bool, error)
PurgeCachedContent - Purges a content in the cache.
func RetrieveCachedContent ¶
func RetrieveCachedContent(rc RequestCallDTO) (cache.URIObj, error)
RetrieveCachedContent - Retrives the cached response.
func StoreGeneratedPage ¶
func StoreGeneratedPage(rc RequestCallDTO, domainConfigCache config.Cache) (bool, error)
StoreGeneratedPage - Stores a response in the cache.
Types ¶
type RequestCallDTO ¶
type RequestCallDTO struct { Response response.LoggedResponseWriter Request http.Request Scheme string CacheObj cache.CacheObj }
RequestCallDTO - DTO object containing request and response.
Click to show internal directories.
Click to hide internal directories.