In RailoStats.cfc, getHits() and getMisses() assumes the default object cache. This causes an error if there is no default object cache, and returns incorrect data if the default object cache is different than the named cache in use for that provider.
Should probably be changed to:
in both methods.