You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Miles Libbey (JIRA)" <ji...@apache.org> on 2013/12/19 19:49:07 UTC

[jira] [Commented] (TS-2183) Add RAM cache tech details to the docs

    [ https://issues.apache.org/jira/browse/TS-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853134#comment-13853134 ] 

Miles Libbey commented on TS-2183:
----------------------------------

igor says:

> +* Has very low CPU overhead, only little more than a basic LRU.  Rather than
> using an O(lg n) heap, it uses a probabilistic replacement policy for O(1)
> cost with low C.

What's a very low C?

...


> +
> +The interface to the cache is Get and Put operations.  Get operations check

are those different from GET and PUT?

...


> Add RAM cache tech details to the docs
> --------------------------------------
>
>                 Key: TS-2183
>                 URL: https://issues.apache.org/jira/browse/TS-2183
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Leif Hedstrom
>            Assignee: John Plevyak
>             Fix For: Docs
>
>
> We should add the technical (code / data structure) details from https://cwiki.apache.org/confluence/display/TS/RamCache to doc/arch section.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)