apollo-kotlin-normalized-cache
Toggle table of contents
1.0.0-beta.2-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-normalized-cache
normalized-cache
/
com.apollographql.cache.normalized
/
RemovedFieldsAndRecords
Removed
Fields
And
Records
class
RemovedFieldsAndRecords
(
val
removedFields
:
Set
<
String
>
,
val
removedRecords
:
Set
<
CacheKey
>
)
Members
Constructors
Removed
Fields
And
Records
Link copied to clipboard
constructor
(
removedFields
:
Set
<
String
>
,
removedRecords
:
Set
<
CacheKey
>
)
Properties
removed
Fields
Link copied to clipboard
val
removedFields
:
Set
<
String
>
removed
Records
Link copied to clipboard
val
removedRecords
:
Set
<
CacheKey
>