void setListener(
ThreadCache.DirtyEntryFlushListener listener)
NamedCache
NamedCache is…FIXME
NamedCache is created exclusively when ThreadCache is requested to get or create a new named cache by namespace.
Creating NamedCache Instance
NamedCache takes the following to be created:
NamedCache initializes the internal properties.
NamedCacheMetrics — Performance Metrics of NamedCache
NamedCache uses the following performance metrics…FIXME
setListener Method
setListener simply sets the listener internal registry to be the ThreadCache.DirtyEntryFlushListener.
|
Note
|
setListener is used exclusively when ThreadCache is requested to register a DirtyEntryFlushListener for a namespace.
|
evict Method
void evict()
evict…FIXME
|
Note
|
evict is used exclusively when ThreadCache is requested to maybeEvict a namespace
|
flush Method
void flush() (1)
// Private API
void flush(LRUNode evicted)
-
Uses
nullfor the evictedLRUNode
flush…FIXME
|
Note
|
flush is used when…FIXME
|
Internal Properties
| Name | Description |
|---|---|
|
Used exclusively when flush an evicted LRUNode |