ltm profile ramcacheΒΆ

ltm profile ramcache(1) 				BIG-IP TMSH Manual				   ltm profile ramcache(1)

NAME
       ramcache - Manages the BIG-IP(r) system RAM cache.

MODULE
       ltm profile

SYNTAX
       Configure the ramcache component within the ltm profile module using the syntax shown in the following sections.

   DISPLAY
	show ramcache
	show ramcache [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    exact
	    host [string]
	    max-response [integer]
	    uri [string]

   DELETE
	delete ramcache [name]

DESCRIPTION
       You can use the ramcache component to delete the entries in or show information about the BIG-IP(r) system RAM cache.

EXAMPLES
       show ramcache

       Displays information about the entries in the BIG-IP system RAM cache.

       delete ramcache

       Deletes the entries in the BIG-IP system RAM cache.

OPTIONS
       exact
	    Displays the exact number of entries in the RAM cache.

       host Displays the host from which the entry was cached.

       max-response
	    Displays the maximum number of entries in the RAM cache. The default value is 0 (zero), which is equivalent with no
	    max-response value being specified. Without the max-response option the system will limit the number of entries to 10
	    per Traffic Management Microkernel (TMM).

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at sign (@[regular
	    expression]) to indicate that the identifier is a regular expression. See help regex for a description of regular
	    expression syntax.

       uri  Displays the URI from which the entry was cached.

SEE ALSO
       delete, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2012. All rights reserved.

BIG-IP							    2016-10-10					   ltm profile ramcache(1)