ramcache entries - source?
Can anyone tell me what "Source" means here in the output of profile http all ramcache entry show?
As that's the only difference between the two entries as I can tell, that's presumably why there are two objects and not just one in the cache.
+-> Host: domain.com URI: /style/ck/print.css
| | 3 hits Size: 1104 Rank: 2 Source: 0/0 Owner: 0/1
| | Received: 2012-08-02 11:50:48 Last sent: 2012-08-02 11:50:48
| | Expires: 2012-08-02 12:50:48 Vary: none Vary count: 1
| | Vary user agent: none Vary encoding: none
+-> Host: domain.com URI: /style/ck/print.css
| 1 hits Size: 1104 Rank: 5 Source: 0/1 Owner: 0/1
| Received: 2012-08-02 11:50:48 Last sent: 2012-08-02 11:50:48
| Expires: 2012-08-02 12:50:48 Vary: none Vary count: 1
| Vary user agent: none Vary encoding: none
Additionally, with iRule events like CACHE::disable, what part is actually being disabled? Just the caching of the object, or the serving of it to other requests? There seems to be no distinction between the two parts of the process from what I can see.