| Package | Description |
|---|---|
| org.brutusin.rpc.http |
| Modifier and Type | Method and Description |
|---|---|
static <T> Cacheable<T> |
Cacheable.conditionally(T value) |
static <T> Cacheable<T> |
Cacheable.forForever(T value) |
static <T> Cacheable<T> |
Cacheable.forMaxDays(T value,
int d) |
static <T> Cacheable<T> |
Cacheable.forMaxHours(T value,
int h) |
static <T> Cacheable<T> |
Cacheable.forMaxMinutes(T value,
int m) |
static <T> Cacheable<T> |
Cacheable.forMaxSeconds(T value,
int s) |
static <T> Cacheable<T> |
Cacheable.never(T value) |
Copyright © 2010–2016. All rights reserved.