Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Component Caching?

    Hello, I have experienced several occasions where I make a change to the body
    of a component and then when I run the page, the changes are not reflected. I
    have to go so far as to restart my computer in order to see the changes. Does
    Cold Fusion cache cfComponent code? Thanks! Mike

    Mike40 Guest

  2. Similar Questions and Discussions

    1. Caching in FMS 2.0.4
      Hi, We have set up FMS 2.0.4 and want to find out if caching capability is available in FMS and information regarding cache settings. Please let...
    2. web svc caching
      We are about to deploy our newly developed web svc, but since our svr is a laptop with limited resource and limited bandwidth, I guess I'll use a...
    3. How to make a protected property in the base component public in the derived component?
      I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base...
    4. .NET Web Caching
      Are there any additional IIS 5.0 settings that need to be configured to get caching to work on a web server. I have a .NET web application and...
  3. #2

    Default Re: Component Caching?

    Do you have trusted cache turned on in the CF administrator?

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default Re: Component Caching?

    No, no trusted cache. Also, if I open a cfc in Dreamweaver and resave it by a
    different name, CF throws an error saying that it can not find the new cfc.
    Weird. Could lack of memory be a factor? I'm running 512.

    Mike40 Guest

  5. #4

    Default Re: Component Caching?

    I don't think memory is the problem. Something else is going on here, but I
    don't have any clues as to what.

    Try turning off all the caching settings in the admin (template cache,
    trusted cache, etc) to make sure that the CFC is recompiled in to Java for
    each request and see what happens.\

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139