public final class CachingInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DAY |
static int |
FOREVER |
static int |
HOUR |
static int |
MINUTE |
static int |
MONTH |
static int |
WEEK |
| Constructor and Description |
|---|
CachingInfo() |
CachingInfo(int maxAge) |
CachingInfo(int maxAge,
boolean store,
boolean shared) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxAge() |
boolean |
isShared() |
boolean |
isStore() |
void |
setMaxAge(int maxAge) |
void |
setShared(boolean shared) |
void |
setStore(boolean store) |
public static final int MINUTE
public static final int HOUR
public static final int DAY
public static final int WEEK
public static final int MONTH
public static final int FOREVER
Copyright © 2010–2016. All rights reserved.