Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setContentCache (0.06 sec)

  1. src/main/java/org/codelibs/curl/CurlRequest.java

                        contentCache = new ContentCache(dfos.getData());
                    } else {
                        contentCache = new ContentCache(dfos.getFile());
                    }
                    response.setContentCache(contentCache);
                } catch (final Exception e) {
                    response.setContentException(e);
                    throw new CurlException("Failed to write a response.", e);
                }
            }
        }
    Registered: Thu Oct 31 02:32:13 UTC 2024
    - Last Modified: Sun Feb 12 12:21:25 UTC 2023
    - 12.3K bytes
    - Viewed (0)
Back to top