SettableCacheEvent.smali
.class public Lcom/facebook/cache/disk/SettableCacheEvent;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/cache/common/CacheEvent;
# static fields
.field private static final MAX_RECYCLED:I = 0x5
.field private static final RECYCLER_LOCK:Ljava/lang/Object;
.field private static sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
.field private static sRecycledCount:I
# instance fields
.field private mCacheKey:Lcom/facebook/cache/common/CacheKey;
.field private mCacheLimit:J
.field private mCacheSize:J
.field private mEvictionReason:Lcom/facebook/cache/common/CacheEventListener$EvictionReason;
.field private mException:Ljava/io/IOException;
.field private mItemSize:J
.field private mNextRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
.field private mResourceId:Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.registers 1
.line 23
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
sput-object v0, Lcom/facebook/cache/disk/SettableCacheEvent;->RECYCLER_LOCK:Ljava/lang/Object;
return-void
.end method
.method private constructor <init>()V
.registers 1
.line 53
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static obtain()Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 3
.line 40
sget-object v0, Lcom/facebook/cache/disk/SettableCacheEvent;->RECYCLER_LOCK:Ljava/lang/Object;
monitor-enter v0
.line 41
:try_start_3
sget-object v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
if-eqz v1, :cond_18
.line 42
sget-object v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
.line 43
iget-object v2, v1, Lcom/facebook/cache/disk/SettableCacheEvent;->mNextRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
sput-object v2, Lcom/facebook/cache/disk/SettableCacheEvent;->sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
const/4 v2, 0x0
.line 44
iput-object v2, v1, Lcom/facebook/cache/disk/SettableCacheEvent;->mNextRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
.line 45
sget v2, Lcom/facebook/cache/disk/SettableCacheEvent;->sRecycledCount:I
add-int/lit8 v2, v2, -0x1
sput v2, Lcom/facebook/cache/disk/SettableCacheEvent;->sRecycledCount:I
.line 46
monitor-exit v0
return-object v1
.line 48
:cond_18
monitor-exit v0
:try_end_19
.catchall {:try_start_3 .. :try_end_19} :catchall_1f
.line 50
new-instance v0, Lcom/facebook/cache/disk/SettableCacheEvent;
invoke-direct {v0}, Lcom/facebook/cache/disk/SettableCacheEvent;-><init>()V
return-object v0
:catchall_1f
move-exception v1
.line 48
:try_start_20
monitor-exit v0
:try_end_21
.catchall {:try_start_20 .. :try_end_21} :catchall_1f
throw v1
.end method
.method private reset()V
.registers 4
const/4 v0, 0x0
.line 145
iput-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheKey:Lcom/facebook/cache/common/CacheKey;
.line 146
iput-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mResourceId:Ljava/lang/String;
const-wide/16 v1, 0x0
.line 147
iput-wide v1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mItemSize:J
.line 148
iput-wide v1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheLimit:J
.line 149
iput-wide v1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheSize:J
.line 150
iput-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mException:Ljava/io/IOException;
.line 151
iput-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mEvictionReason:Lcom/facebook/cache/common/CacheEventListener$EvictionReason;
return-void
.end method
# virtual methods
.method public getCacheKey()Lcom/facebook/cache/common/CacheKey;
.registers 2
.line 59
iget-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheKey:Lcom/facebook/cache/common/CacheKey;
return-object v0
.end method
.method public getCacheLimit()J
.registers 3
.line 100
iget-wide v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheLimit:J
return-wide v0
.end method
.method public getCacheSize()J
.registers 3
.line 90
iget-wide v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheSize:J
return-wide v0
.end method
.method public getEvictionReason()Lcom/facebook/cache/common/CacheEventListener$EvictionReason;
.registers 2
.line 122
iget-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mEvictionReason:Lcom/facebook/cache/common/CacheEventListener$EvictionReason;
return-object v0
.end method
.method public getException()Ljava/io/IOException;
.registers 2
.line 111
iget-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mException:Ljava/io/IOException;
return-object v0
.end method
.method public getItemSize()J
.registers 3
.line 80
iget-wide v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mItemSize:J
return-wide v0
.end method
.method public getResourceId()Ljava/lang/String;
.registers 2
.line 70
iget-object v0, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mResourceId:Ljava/lang/String;
return-object v0
.end method
.method public recycle()V
.registers 4
.line 131
sget-object v0, Lcom/facebook/cache/disk/SettableCacheEvent;->RECYCLER_LOCK:Ljava/lang/Object;
monitor-enter v0
.line 132
:try_start_3
sget v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sRecycledCount:I
const/4 v2, 0x5
if-ge v1, v2, :cond_1b
.line 133
invoke-direct {p0}, Lcom/facebook/cache/disk/SettableCacheEvent;->reset()V
.line 134
sget v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sRecycledCount:I
add-int/lit8 v1, v1, 0x1
sput v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sRecycledCount:I
.line 136
sget-object v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
if-eqz v1, :cond_19
.line 137
sget-object v1, Lcom/facebook/cache/disk/SettableCacheEvent;->sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
iput-object v1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mNextRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
.line 139
:cond_19
sput-object p0, Lcom/facebook/cache/disk/SettableCacheEvent;->sFirstRecycledEvent:Lcom/facebook/cache/disk/SettableCacheEvent;
.line 141
:cond_1b
monitor-exit v0
return-void
:catchall_1d
move-exception v1
monitor-exit v0
:try_end_1f
.catchall {:try_start_3 .. :try_end_1f} :catchall_1d
throw v1
.end method
.method public setCacheKey(Lcom/facebook/cache/common/CacheKey;)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 2
.line 63
iput-object p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheKey:Lcom/facebook/cache/common/CacheKey;
return-object p0
.end method
.method public setCacheLimit(J)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 3
.line 104
iput-wide p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheLimit:J
return-object p0
.end method
.method public setCacheSize(J)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 3
.line 94
iput-wide p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mCacheSize:J
return-object p0
.end method
.method public setEvictionReason(Lcom/facebook/cache/common/CacheEventListener$EvictionReason;)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 2
.line 126
iput-object p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mEvictionReason:Lcom/facebook/cache/common/CacheEventListener$EvictionReason;
return-object p0
.end method
.method public setException(Ljava/io/IOException;)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 2
.line 115
iput-object p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mException:Ljava/io/IOException;
return-object p0
.end method
.method public setItemSize(J)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 3
.line 84
iput-wide p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mItemSize:J
return-object p0
.end method
.method public setResourceId(Ljava/lang/String;)Lcom/facebook/cache/disk/SettableCacheEvent;
.registers 2
.line 74
iput-object p1, p0, Lcom/facebook/cache/disk/SettableCacheEvent;->mResourceId:Ljava/lang/String;
return-object p0
.end method