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

37 lines
852 B

.class public interface abstract Lcom/google/common/cache/AbstractCache$StatsCounter;
.super Ljava/lang/Object;
.source "AbstractCache.java"
# annotations
.annotation build Lcom/google/common/annotations/Beta;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/cache/AbstractCache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "StatsCounter"
.end annotation
# virtual methods
.method public abstract recordEviction()V
.end method
.method public abstract recordHits(I)V
.end method
.method public abstract recordLoadException(J)V
.end method
.method public abstract recordLoadSuccess(J)V
.end method
.method public abstract recordMisses(I)V
.end method
.method public abstract snapshot()Lcom/google/common/cache/CacheStats;
.end method