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.PutOutcome |
CacheOperationOutcomes.PutOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOperationOutcomes.PutOutcome[] |
CacheOperationOutcomes.PutOutcome.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.PutOutcome> |
CoreStatistics.put()
Put.
|
CoreStatistics.CountOperation<CacheOperationOutcomes.PutOutcome> |
CoreStatisticsImpl.put() |
Modifier and Type | Field and Description |
---|---|
static Set<CacheOperationOutcomes.PutOutcome> |
ExtendedStatistics.ALL_CACHE_PUT_OUTCOMES
The Constant ALL_CACHE_PUT_OUTCOMES.
|
Modifier and Type | Method and Description |
---|---|
ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> |
ExtendedStatisticsImpl.put() |
ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> |
ExtendedStatistics.put()
Put.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.