module ActiveCachedResource module Constants GLOBAL_PREFIX = "acr" PREFIX_SEPARATOR = ":" RELOAD_PARAM = :_acr_reload end end