|
Project JXTA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheEntry | |
|---|---|
| net.jxta.impl.endpoint | |
| net.jxta.impl.proxy | |
| net.jxta.impl.util | A collection of utility classes used by the JXTA implementation. |
| Uses of CacheEntry in net.jxta.impl.endpoint |
|---|
| Methods in net.jxta.impl.endpoint with parameters of type CacheEntry | |
|---|---|
void |
QuotaIncomingMessageListener.MyCacheListener.purged(CacheEntry entry)
|
| Uses of CacheEntry in net.jxta.impl.proxy |
|---|
| Methods in net.jxta.impl.proxy with parameters of type CacheEntry | |
|---|---|
void |
ProxyService.purged(CacheEntry ce)
Implement the CacheEntryListener * |
| Uses of CacheEntry in net.jxta.impl.util |
|---|
| Classes in net.jxta.impl.util that implement CacheEntry | |
|---|---|
(package private) class |
Cache.CacheEntryImpl
|
| Methods in net.jxta.impl.util that return CacheEntry | |
|---|---|
CacheEntry |
Cache.getCacheEntry(Object key)
Return the cache entry, if any, associated with the given key. |
protected CacheEntry |
Cache.putCacheEntry(Object key,
CacheEntry value)
Inserts the given cache entry directly. |
protected CacheEntry |
Cache.removeCacheEntry(Object key)
Remove the value, if any, and cacheEntry associated with the given key. |
| Methods in net.jxta.impl.util with parameters of type CacheEntry | |
|---|---|
void |
CacheEntryListener.purged(CacheEntry c)
|
protected CacheEntry |
Cache.putCacheEntry(Object key,
CacheEntry value)
Inserts the given cache entry directly. |
void |
Cache.stickyCacheEntry(CacheEntry ce,
boolean sticky)
Change the purgeability of the given cacheEntry. |
|
JXTA J2SE | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||