DiskStore
as its name implies, uses a disk to store cached objects under. This can be any location that can be accessible via cffile and cfdirectory
. Therefore, you can use Adobe ColdFusion/Lucee resources or virtual RAM locations or even Amazon S3. You can get funky my friends!expandPath()
to figure out the path to store objects in.