You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
922 B
44 lines
922 B
2 years ago
|
.class public interface abstract Lcom/squareup/picasso/Cache;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Cache.java"
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final NONE:Lcom/squareup/picasso/Cache;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method static constructor <clinit>()V
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 47
|
||
|
new-instance v0, Lcom/squareup/picasso/Cache$1;
|
||
|
|
||
|
invoke-direct {v0}, Lcom/squareup/picasso/Cache$1;-><init>()V
|
||
|
|
||
|
sput-object v0, Lcom/squareup/picasso/Cache;->NONE:Lcom/squareup/picasso/Cache;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract clear()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract clearKeyUri(Ljava/lang/String;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract get(Ljava/lang/String;)Landroid/graphics/Bitmap;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract maxSize()I
|
||
|
.end method
|
||
|
|
||
|
.method public abstract set(Ljava/lang/String;Landroid/graphics/Bitmap;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract size()I
|
||
|
.end method
|