/// declare module fb { interface ICacheService { getCache(id: string, options: any): ng.ICacheObject; cleanCache(): any; emptyCache(): any; } }