public interface HTTPCache
HTTPVirtualHost
.Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the cache
|
int |
getCacheSizeLimit()
Get cache size limit.
|
long |
getFileLifeTime()
Get file lifetime.
|
int |
getFileSizeLimit()
Get file size limit
|
int |
getNumberOfEntries()
Get the current number of entries in the cache.
|
int |
getSize()
Get the current cache size in bytes.
|
boolean |
isDebug()
Is debug set?
|
int getCacheSizeLimit()
int getFileSizeLimit()
long getFileLifeTime()
boolean isDebug()
int getSize()
(this is an approximation, rather than the actual size of the cache itself)
int getNumberOfEntries()
void clear()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.