public static abstract @interface

DefaultDiskStorage.FileType

implements Annotation
com.facebook.cache.disk.DefaultDiskStorage.FileType

Class Overview

Categories for the different internal files a ShardedDiskStorage maintains. CONTENT: the file that has the content TEMP: temporal files, used to write the content until they are switched to CONTENT files

Summary

Constants
String CONTENT
String TEMP
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final String CONTENT

Constant Value: ".cnt"

public static final String TEMP

Constant Value: ".tmp"