Class

Index

Index

An index from the cache

Members

Object

# archives

Dictionary containing archives. Key is the ID of the archive.

View Source cacheTypes/Index.js, line 42

number

# archivesCount

Total amount of archives

View Source cacheTypes/Index.js, line 36

number

# id

The ID of this Index

View Source cacheTypes/Index.js, line 15

Array

# indexSegments

Used for loading files for archives

View Source cacheTypes/Index.js, line 48

boolean

# named

View Source cacheTypes/Index.js, line 30

number

# protocol

View Source cacheTypes/Index.js, line 18

number

# revision

View Source cacheTypes/Index.js, line 21

Methods

# getArchive(archive)

Get an Archive from this Index
Parameters:
Name Type Description
archive Number A number or can be a ConfigType if the IndexType is CONFIGS

View Source cacheTypes/Index.js, line 146