public interface Tv
For example, you can use it like this:
@Cacheable(lifetime = Tv.FIVE, unit = TimeUnit.SECONDS) String load(String resource) throws IOException { }
Modifier and Type | Field and Description |
---|---|
static int |
BILLION
Billion.
|
static int |
EIGHT
Eight.
|
static int |
EIGHTY
Eighty.
|
static int |
FIFTEEN
Fifteen.
|
static int |
FIFTY
Fifty.
|
static int |
FIVE
Five.
|
static int |
FORTY
Forty.
|
static int |
FOUR
Four.
|
static int |
HUNDRED
Hundren.
|
static int |
MILLION
Million.
|
static int |
NINE
Nine.
|
static int |
NINETY
Ninety.
|
static int |
SEVEN
Seven.
|
static int |
SEVENTY
Seventy.
|
static int |
SIX
Six.
|
static int |
SIXTY
Sixty.
|
static int |
TEN
Ten.
|
static int |
THIRTY
Thirty.
|
static int |
THOUSAND
Thousand.
|
static int |
THREE
Three.
|
static int |
TWENTY
Twenty.
|
static final int THREE
static final int FOUR
static final int FIVE
static final int SIX
static final int SEVEN
static final int EIGHT
static final int NINE
static final int TEN
static final int FIFTEEN
static final int TWENTY
static final int THIRTY
static final int FORTY
static final int FIFTY
static final int SIXTY
static final int SEVENTY
static final int EIGHTY
static final int NINETY
static final int HUNDRED
static final int THOUSAND
static final int MILLION
static final int BILLION
Copyright © 2012–2014 jcabi.com. All rights reserved.