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.
82 lines
1.4 KiB
82 lines
1.4 KiB
2 years ago
|
.class final Lcom/google/common/cache/CacheBuilder$1;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "CacheBuilder.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Lcom/google/common/cache/AbstractCache$StatsCounter;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lcom/google/common/cache/CacheBuilder;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x8
|
||
|
name = null
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 160
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public recordEviction()V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 174
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public recordHits(I)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 162
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public recordLoadException(J)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 171
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public recordLoadSuccess(J)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 168
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public recordMisses(I)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 165
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public snapshot()Lcom/google/common/cache/CacheStats;
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 178
|
||
|
sget-object v0, Lcom/google/common/cache/CacheBuilder;->EMPTY_STATS:Lcom/google/common/cache/CacheStats;
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|