public interface CacheUsageView
Modifier and Type | Interface and Description |
---|---|
static class |
CacheUsageView.ImmutableCacheUsageView
Immutable holder of cache stats.
|
Modifier and Type | Method and Description |
---|---|
long |
available()
Bytes that are available for caching.
|
long |
capacity()
Total capacity of the cache.
|
long |
used()
Bytes currently used by the cache.
|
long used()
long available()
long capacity()
Copyright © 2023. All Rights Reserved.