Skip to content

Class: ADCDownloadCache

ADC download cache status.

URI: https://github.com/vdjserver/vdjserver-airr-schema/ADCDownloadCache

 classDiagram
    class ADCDownloadCache
    click ADCDownloadCache href "../ADCDownloadCache/"
      VDJServerStandards <|-- ADCDownloadCache
        click VDJServerStandards href "../VDJServerStandards/"

      ADCDownloadCache : enable_cache

Inheritance

Slots

Name Cardinality and Range Description Inheritance
enable_cache 1
Boolean
direct

Usages

used by used in type used
ADCDownloadCacheMeta value range ADCDownloadCache

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/ADCDownloadCache
native https://github.com/vdjserver/vdjserver-airr-schema/ADCDownloadCache

LinkML Source

Direct

name: ADCDownloadCache
description: ADC download cache status.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- enable_cache
slot_usage:
  enable_cache:
    name: enable_cache
    required: true

Induced

name: ADCDownloadCache
description: ADC download cache status.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  enable_cache:
    name: enable_cache
    required: true
attributes:
  enable_cache:
    name: enable_cache
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCache
    domain_of:
    - ADCRepository
    - ADCDownloadCache
    - StatisticsCache
    range: boolean
    required: true