Forum Discussion
Darren_Person_2
Nimbostratus
Nov 06, 2006RAM Cache Evict - ASP.NET/C#?
Hi All,
I am looking to provide a web interface for listing out and removing cached items. Does anyone have sample code in C for getting the list of cache items and manually expiring each one? I was thinking this would be an internal ASP.NET application to manage the cache.
Thanks!!
- I don't have any code off hand, but the methods are fairly simple to use:
struct RAMCacheKey { String profile_name; String host_name; String uri; long maximum_responses }; RAMCacheEntry[][] LocalLB::RAMCacheInformation::get_ramcache_entry( in RAMCacheKey[] keys ); RAMCacheEntryExactMatch[][] LocalLB::RAMCacheInformation::get_ramcache_entry_exact_match( in RAMCacheKey[] keys ); void LocalLB::RAMCacheInformation::evict_ramcache_entry( in RAMCacheKey[] keys );
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects