public static interface

DiskStorage.Entry

com.facebook.cache.disk.DiskStorage.Entry

Summary

Public Methods
abstract String getId()
the id representing the resource
abstract BinaryResource getResource()
abstract long getSize()
calculated on first time and never changes so it can be used as immutable *
abstract long getTimestamp()
calculated on first time and never changes so it can be used as immutable *

Public Methods

public abstract String getId ()

the id representing the resource

public abstract BinaryResource getResource ()

public abstract long getSize ()

calculated on first time and never changes so it can be used as immutable *

public abstract long getTimestamp ()

calculated on first time and never changes so it can be used as immutable *