Album disk cache Analysis

Source: Internet
Author: User

The album disk cache contains three files: imgcache.0, imgcache.1, and imgcache. idx. The imgcache. idx index file and the other two data files (storing thumbnail content ).


Index file format:

Magic Max_entries Max_bytes Active_region Active_entries Active_bytes Version Checksum Thumb_key Thumb_offset Thumb_key Thumb_offset ...
The green part is the index file header, and each byte is 4 bytes, a total of 32 bytes. the yellow part indicates that each thumbnail can be at the starting position of the data file, and the thumb_key occupies 8 bytes, thumb_offset occupies three bytes. Each representation of a thumbnail requires 12 bytes.

Data File Format:

Magic Key Checksum Offset Length Data (VAR-LEN) Key Checksum Offset Length Data (VAR-LEN) ...
The gray part is the file header, which only occupies four bytes. The blue area is the Blob header of the data, the key occupies eight bytes, and the remaining four bytes, totaling 22 bytes. The red area is the data field, variable Length (BLOB length) indicates the specific thumbnail data.


Blobcache loading process:


Thumbnail insertion process:



Thumbnail Query Process:



Location: https://github.com/zhangcheng0308/GalleryDiskCache

Album disk cache Analysis

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.