F5 Ram Cache
F5 Ram Cache
Static content
This feature is also useful if a site consists of a large quantity of static
content such as CSS, javascript, or images and logos.
Content compression
For compressible data, the RAM Cache can store data for clients that can
accept compressed data. When used in conjunction with the compression
feature on the BIG-IP system, the RAM Cache takes stress off of the
BIG-IP system and the content servers.
1-1
Chapter 1
The items that the RAM Cache does not cache are:
Private data specified by cache control headers
By default, the RAM Cache does not cache HEAD, PUT, DELETE,
TRACE, and CONNECT methods.
Cached Content
Removed
Modified
Added
Unchanged
1-2
Description
Default Value
RAM cache
Disabled
100 megabytes
Maximum Entries
Maximum Age
3600 seconds
500 bytes
50000 bytes
1-3
Chapter 1
Setting
Description
Default Value
URI Pinning
Not Configured
URI List
Ignore Headers
All
All
Specifies that the system disregards all Cache-Control
headers.
Cache-Control:max-age
Specifies that the system ignores only the
Cache-Control:max-age header.
None
Specifies that the system honors all Cache-Control
headers.
Enabled
Aging Rate
1-4
If you want to retrieve detailed information about the items in the cache,
such as hits, age, and size on each cached entry, type the following
command:
b profile http ramcache dump
To remove a particular cached entry, you can specify the string of the URI
you want to remove using the following command:
b profile http ramcache uri <string> reset
1-5
Chapter 1
You can purge all the cached items for a profile using the following
command:
b profile http <name> ramcache reset
If you want to purge all items from all cache profiles, type the following
command:
b profile http all ramcache reset
Rule Command
Description
CACHE_REQUEST
CACHE_RESPONSE
Description
CACHE::disable
CACHE::enable
CACHE::expire
CACHE::hits
CACHE::age
1-6
Rule
Description
CACHE::headers
CACHE::payload
1-7
Chapter 1
Changes to this setting take effect only after restarting the system services,
including the TMM.
1-8