@AsynchronousPreferred public class RequestServingCacheEvent extends Object
Added during PLPI work to determine if improving or avoiding cold-cache scenarios is worth anything.
| Constructor and Description |
|---|
RequestServingCacheEvent(boolean cacheableRequest,
boolean cacheHit,
boolean cachingEnabled,
boolean isSourceMap,
ServingType servingType,
long sizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCacheableRequest() |
boolean |
getCacheHit() |
boolean |
getCachingEnabled() |
int |
getEventVersion() |
boolean |
getIsSourceMap() |
String |
getServingType() |
long |
getSizeInBytes() |
public RequestServingCacheEvent(boolean cacheableRequest,
boolean cacheHit,
boolean cachingEnabled,
boolean isSourceMap,
ServingType servingType,
long sizeInBytes)
public int getEventVersion()
public boolean getCacheableRequest()
public boolean getCacheHit()
public boolean getCachingEnabled()
public boolean getIsSourceMap()
public String getServingType()
public long getSizeInBytes()
Copyright © 2024 Atlassian. All rights reserved.