function calendar_ical_cache in Calendar 5
Same name and namespace in other branches
- 5.2 calendar_ical.module \calendar_ical_cache()
Identify the cache where the ical feeds are stored.
Return value
unknown
3 calls to calendar_ical_cache()
- calendar_ical_add_feeds in ./
calendar_ical.module - Bring an ical feed into the calendar.
- calendar_ical_cron in ./
calendar_ical.module - Implementation of hook_cron().
- calendar_ical_setup_form_submit in ./
calendar_ical.module - Save requested values.
File
- ./
calendar_ical.module, line 54 - Adds ical functionality to Calendar.
Code
function calendar_ical_cache() {
return 'cache';
}