| Package | Description |
|---|---|
| net.sf.ehcache |
This package contains the public API for using ehcache.
|
| net.sf.ehcache.statistics |
This package contains classes related to LiveCacheStatistics and its implementation.
|
| net.sf.ehcache.statistics.extended |
This package contains classes related to extended statistics implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheOperationOutcomes.PutIfAbsentOutcome |
CacheOperationOutcomes.PutIfAbsentOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOperationOutcomes.PutIfAbsentOutcome[] |
CacheOperationOutcomes.PutIfAbsentOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CoreStatistics.CountOperation<CacheOperationOutcomes.PutIfAbsentOutcome> |
CoreStatisticsImpl.putIfAbsent() |
CoreStatistics.CountOperation<CacheOperationOutcomes.PutIfAbsentOutcome> |
CoreStatistics.putIfAbsent()
The put if absent operation.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedStatistics.Operation<CacheOperationOutcomes.PutIfAbsentOutcome> |
ExtendedStatisticsImpl.putIfAbsent() |
ExtendedStatistics.Operation<CacheOperationOutcomes.PutIfAbsentOutcome> |
ExtendedStatistics.putIfAbsent()
put if absent operation
|
Copyright 2001-2021, Terracotta, Inc.