Package | Description |
---|---|
com.github.benmanes.caffeine.cache |
This package contains caching utilities.
|
Modifier and Type | Method and Description |
---|---|
static CaffeineSpec |
CaffeineSpec.parse(String specification)
Creates a CaffeineSpec from a string.
|
Modifier and Type | Method and Description |
---|---|
static Caffeine<Object,Object> |
Caffeine.from(CaffeineSpec spec)
Constructs a new
Caffeine instance with the settings specified in spec . |
Copyright © 2020. All rights reserved.