You are here

function calendar_ical_cache in Calendar 5.2

Same name and namespace in other branches
  1. 5 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_admin.inc
Save requested values.

File

./calendar_ical.module, line 42
Adds ical functionality to Calendar.

Code

function calendar_ical_cache() {
  return 'cache_views';
}