| Package | Description |
|---|---|
| com.github.javaparser.resolution.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheStats |
CacheStats.minus(CacheStats other)
Returns a new
ICacheStats representing the difference between this ICacheStats
and other. |
CacheStats |
CacheStats.plus(CacheStats other)
Returns a new
ICacheStats representing the sum of this ICacheStats and other. |
CacheStats |
Cache.stats()
Returns a current snapshot of this cache's cumulative statistics, or a set of default values if
the cache is not recording statistics.
|
| Modifier and Type | Method and Description |
|---|---|
CacheStats |
CacheStats.minus(CacheStats other)
Returns a new
ICacheStats representing the difference between this ICacheStats
and other. |
CacheStats |
CacheStats.plus(CacheStats other)
Returns a new
ICacheStats representing the sum of this ICacheStats and other. |
Copyright © 2007–2025. All rights reserved.