| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheEntryExpirator
This
CacheEntryExpirator uses unix timestamps (in miliseconds) in UTC
timezone to determine if a CacheEntry is expired or not. |
| Modifier and Type | Method and Description |
|---|---|
void |
WeakCacheEntry.setEntryExpirator(CacheEntryExpirator expirator) |
void |
DefaultCacheEntry.setEntryExpirator(CacheEntryExpirator expirator) |
void |
CacheEntry.setEntryExpirator(CacheEntryExpirator expirator)
Set the
CacheEntryExpirator that is used in CacheEntry.isExpired()
to determine if an CacheEntry is expired or not |
Copyright © 2015 Hannes Dorfmann. All rights reserved.