| Package | Description |
|---|---|
| net.bolbat.kit.cache |
Cache functionality.
|
| net.bolbat.kit.cache.guava |
Guava cache implementation functionality.
|
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
CacheBuilder.build()
Build Cache with provided init variables.
|
Cache<K,V> |
CacheBuilder.build(String configurationName)
Build Cache with provided configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GuavaCache<K,V>
Cache implementation for guava. |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
GuavaCacheBuilder.build() |
Cache<K,V> |
GuavaCacheBuilder.build(String configuration) |
Copyright © 2013–2019 BB Corp. All rights reserved.