Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <cfscript>
- cachebox = application.cacheBox;
- // get the default cache
- cache = cachebox.getDefaultCache();
- // set a value in cache, with 60 minute timeout and 20 minute idle timeout.
- cache.set("hvattriboptions", application.hvattriboptions, 60,20);
- cache.set("qrystates_2005", application.qrystates_2005, 60,20);
- </cfscript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement