SoFunction
Updated on 2025-03-04

asp page allows CACHE method

On the ASP output page, it just calls out the content in the database and displays it to the user. It does not use dynamic attributes such as SESSION. It can be CACHE to speed up access. The specific operation method is as follows:

Add:

<% @Language="VBScript" %>
<% = "max-age=300" %>

illustrate:
max-age CACHE time parameters
300 cache for 300 seconds