Module: RuneRb::Cache::Constants
- Included in:
- RuneRb::Cache
- Defined in:
- lib/rune/cache/constants.rb
Overview
Constant Summary collapse
- ARCHIVE_COUNT =
The number of archives in the cache.
0x9
- INDEX_SIZE =
The size of a single index
0x6
- HEADER_SIZE =
The size of a single data header
0x8
- CHUNK_SIZE =
The size of a chunk of data
512
- BLOCK_SIZE =
The size of a single data block
HEADER_SIZE + CHUNK_SIZE