Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | ICacheDataService |
| Type | class |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ICacheDataService.h |
| Include Path | #include "Logic/Services/Interfaces/ICacheDataService.h" |
Syntax
class ICacheDataService : public ISubmitToolService
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetChangelistCacheData
(
const FString& InCLId, |
Logic/Services/Interfaces/ICacheDataService.h | ||
FString GetIntegrationFieldValue
(
const FString& InCLId, |
Logic/Services/Interfaces/ICacheDataService.h | ||
FDateTime GetLastKnownShelfUpToDate
(
const FString& InCLId |
Logic/Services/Interfaces/ICacheDataService.h | ||
const FDateTime GetLastValidationDate
(
const FString& InCLId, |
Logic/Services/Interfaces/ICacheDataService.h | ||
void SaveCacheToDisk() |
Logic/Services/Interfaces/ICacheDataService.h | ||
void SetIntegrationFieldValue
(
const FString& InCLId, |
Logic/Services/Interfaces/ICacheDataService.h | ||
void SetLastShelfKnownUpToDate
(
const FString& InCLId, |
Logic/Services/Interfaces/ICacheDataService.h | ||
void UpdateLastValidationForFiles
(
const FString& InCLId, |
Logic/Services/Interfaces/ICacheDataService.h |