Back to Fresco

DiskStorage.Entry

docs/javadoc/reference/com/facebook/cache/disk/DiskStorage.Entry.html

3.6.011.9 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Packages | Classes

public static interface

DiskStorage.Entry

| com.facebook.cache.disk.DiskStorage.Entry |

Summary

Public Methods
abstract String
the id representing the resource
abstract BinaryResource
abstract long
calculated on first time and never changes so it can be used as immutable *
abstract long
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 *

+Generated by Doclava. +