CacheService
Table of Contents
Constants
-
COMPLETED_SPRINT
= 'completedSprint'
-
EPICS
= 'epics'
-
ITEM_TASKS
= 'itemTasks'
-
STATS
= 'stats'
-
TEAM_STATS
= 'teamStats'
Methods
-
__construct()
: mixed
-
clean()
: mixed
-
cleanRoot()
: mixed
-
end()
: void
-
getData()
: array<string|int, mixed>
-
init()
: bool
-
start()
: void
COMPLETED_SPRINT
public
mixed
COMPLETED_SPRINT
= 'completedSprint'
EPICS
public
mixed
EPICS
= 'epics'
ITEM_TASKS
public
mixed
ITEM_TASKS
= 'itemTasks'
STATS
public
mixed
STATS
= 'stats'
TEAM_STATS
public
mixed
TEAM_STATS
= 'teamStats'
__construct()
public
__construct(int $id, string $typeId[, string|null $extraKey = null ]) : mixed
Parameters
-
$id
: int
-
-
$typeId
: string
-
-
$extraKey
: string|null
= null
-
clean()
public
clean() : mixed
cleanRoot()
public
cleanRoot() : mixed
end()
public
end(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>
init()
public
init() : bool
start()
public
start() : void