|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
org.apache.abdera.protocol.client | |
org.apache.abdera.protocol.client.cache |
Uses of Cache in org.apache.abdera.protocol.client |
---|
Fields in org.apache.abdera.protocol.client declared as Cache | |
---|---|
protected Cache |
AbderaClient.cache
|
Methods in org.apache.abdera.protocol.client that return Cache | |
---|---|
Cache |
AbderaClient.getCache()
Returns the client HTTP cache instance |
static Cache |
AbderaClient.initCache(Abdera abdera)
Initializes the client HTTP cache |
Cache |
AbderaClient.initCache(CacheFactory factory)
Deprecated. The CacheFactory interface is no longer used. |
Constructors in org.apache.abdera.protocol.client with parameters of type Cache | |
---|---|
AbderaClient(Abdera abdera,
Cache cache)
Create an AbderaClient instance using the specified Abdera instance |
|
AbderaClient(Abdera abdera,
org.apache.commons.httpclient.HttpClient client,
Cache cache)
Create an Abdera using a preconfigured HttpClient object |
|
AbderaClient(Abdera abdera,
String useragent,
Cache cache)
Create an AbderaClient instance using the specified Abdera instance and useragent name |
Uses of Cache in org.apache.abdera.protocol.client.cache |
---|
Classes in org.apache.abdera.protocol.client.cache that implement Cache | |
---|---|
class |
AbstractCache
|
class |
InMemoryCache
|
class |
LRUCache
|
Fields in org.apache.abdera.protocol.client.cache declared as Cache | |
---|---|
protected Cache |
CachedResponseBase.cache
|
Methods in org.apache.abdera.protocol.client.cache that return Cache | |
---|---|
Cache |
InMemoryCache.clear()
|
Cache |
Cache.clear()
Clear all items from the cache |
Cache |
CachedResponseBase.getCache()
|
Cache |
CachedResponse.getCache()
|
Cache |
LRUCacheFactory.getCache(Abdera abdera)
Deprecated. |
Cache |
CacheFactory.getCache(Abdera abdera)
Deprecated. |
Cache |
InMemoryCache.remove(Object key)
|
Cache |
Cache.remove(Object key)
Remove a specific item from the cache |
Constructors in org.apache.abdera.protocol.client.cache with parameters of type Cache | |
---|---|
CachedResponseBase(Abdera abdera,
Object key,
Cache cache)
|
|
InMemoryCachedResponse(Abdera abdera,
Cache cache,
Object key,
ClientResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |