Is there any way to exclude certain pages, paths, or nodes? If so, could someone explain how?

If not, I'd like to suggest this as a possible feature in the future.

Thanks

Comments

interdruper’s picture

Filecache is a general-purpose file caching system. The decision of what to and what not to cache should be done at higher level.

For example, try Cache Exclude module https://drupal.org/project/cacheexclude . It provides a simple way to exclude certain pages from being cached.

A module like Cache Expiration https://drupal.org/project/expire will be an appropriate approach for managing expiration rules(I have not tested it with Filecache)

interdruper’s picture

Status: Active » Closed (works as designed)