You can use the acceleration edge-cache command to configure Edge Cache acceleration. Edge Cache enables single-sided caching of Internet-based content, including web objects, videos and software updates. Edge Cache requires only one Exinda appliance.
When web objects are downloaded from the Internet or across WAN links, Edge Cache stores them at the edge of the network. When subsequent requests come for the same material, the content is quickly delivered from Edge Cache, without the need to re-download the data over the WAN. The result is the ability to experience LAN speeds of WAN objects, and provide users with a better network experience.
Edge Cache also supports HTTPS sites allowing the appliance to be a forward proxy and decrypt content for caching. This is important as more and more applications and services are moving to the cloud. These SaaS-based applications are typically delivered over HTTPS and so to be effective, Edge Cache must support caching this HTTPS traffic.
![]() |
Version Info: As of version 7.0.2, Edge Cache can cache HTTPS content, as well as HTTP content. |
---|
acceleration edge-cache {administrator-email|application|cache|connect-timeout|enable-https|https-black-list|https-cert|https-list-type|https-white-list|never-cache|never-direct|object-size|peer|range-offset}
no acceleration edge-cache {application|enable-https|https-black-list|https-white-list|never-cache|never-direct|peer}
To specify the maximum and minimum size of objects to store:
acceleration edge-cache object-size {maximum|minimum> <size>
<size> – The size parameter should use SI units e.g. 100M or 512k.
To specify how long Edge Cache should wait for a response when fetching objects from the server:
acceleration edge-cache connect-timeout <seconds>
To add or remove an HTTP URL or domain that should be blacklisted (i.e. should never be cached):
[no] acceleration edge-cache never-cache <URL or domain>
To add or remove HTTP applications that should be cached:
[no] acceleration edge-cache application <application>
application <application> - Note: Only applications that use the HTTP protocol are supported.
To enable [or disable] HTTPS caching:
[no] acceleration edge-cache enable-https
To specify the signing certificate to use to create dynamic SSL certificates during HTTPS caching:
acceleration edge-cache https-cert <cert-name>
To specify an HTTPS black-list of IPs or domains:
acceleration edge-cache https-list-type black-list
Specifies that Edge Cache will use a black-list for determining what sites can not be cached. All others will be allowed.
acceleration edge-cache https-black-list {dest-domain|dest-ip|src-domain|src-ip}
To remove a domain or IP from the black-list:
no acceleration edge-cache https-black-list <internal ID>
https-black list <internal ID> – To determine the internal ID, type: no acceleration edge-cache https-black-list ?, which presents the list of HTTPS black-list sites in the format: Internal ID, Type, Value
To specify an HTTPS white-list of IPs or domains:
acceleration edge-cache https-list-type white-list
acceleration edge-cache https-white-list {dest-domain|dest-ip|src-domain|src-ip}
To remove a domain or IP from the white-list:
no acceleration edge-cache https-white-list <internal ID>
To clear the object cache:
acceleration edge-cache cache clear
To configure an Edge Cache peer:
If you have an upstream proxy in your environment, you can configure it as a proxy peer to ensure that Edge Cache can fetch content from the Internet.
[no] acceleration edge-cache peer <hostname> [http-port|icp-port|option]
To never fetch a file directly; always use the peer:
[no] acceleration edge-cache never-direct
To prevent delays when skipping ahead during video downloads:
acceleration edge-cache range-offset <limit>
To show the current Edge Cache configuration settings:
show acceleration edge-cache
< Previous: CLI Introduction | Next: CLI: Certificates >
|
|