今奥全景相机
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.

31 lines
691 B

.class public interface abstract Lcom/android/volley/Cache;
.super Ljava/lang/Object;
.source "Cache.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/android/volley/Cache$Entry;
}
.end annotation
# virtual methods
.method public abstract clear()V
.end method
.method public abstract get(Ljava/lang/String;)Lcom/android/volley/Cache$Entry;
.end method
.method public abstract initialize()V
.end method
.method public abstract invalidate(Ljava/lang/String;Z)V
.end method
.method public abstract put(Ljava/lang/String;Lcom/android/volley/Cache$Entry;)V
.end method
.method public abstract remove(Ljava/lang/String;)V
.end method