Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 197 Bytes

File metadata and controls

7 lines (7 loc) · 197 Bytes
<cfscript>
	cachePut(id:'abc', value:'123',timeSpan:CreateTimeSpan(0,0,0,1),cacheName:'fruits');
 	getcache = cacheGet(id:'abc',cacheName:'fruits');
 	writeDump(getcache);
</cfscript>