Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4121858
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:24:23+00:00 2026-05-20T23:24:23+00:00

Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I am trying to build a

  • 0

Titanium SDK version: 1.6.1
iPhone SDK version: 4.2

I am trying to build a solution to cache JSON calls. I have done a first attempt that does the job, but is there a better solution? I am using textfiles to save the JSON output, is this OK performance wise?

http://pastie.org/1734763

Thankful for all feedback!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:24:24+00:00Added an answer on May 20, 2026 at 11:24 pm

    I think that’d be ok. As long as the files aren’t massive in number/size it should perform quite well.

    The other approach you could try if you decide you’re not happy with performance, or want to maintain less code, is to use App storage, which persists data beyond app sessions.

    Titanium.App.setString('jsonResponse', this.responseText);
    Titanium.App.setInt('expires', this.responseText.expires);
    

    Then before you make your request you can check if the cache is indeed stale:

    var expires = Titanium.App.getInt('expires');
    
    // Get the current time in milliseconds, etc.
    
    if(expires > current_time) {
        // Cache is still valid
        var response = Titanium.App.getString('jsonResponse');
        var obj = JSON.parse(response);
    }
    else {
        // Cache is stale - query for new data
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I have created a little snippet
I have been trying to run my project on the iphone simulator in Titanium.
I have been trying to make sense of some claims that Appcelerator Titanium makes.
Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I am having a hard time
Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I am a bit confused about
I have successfully installed Titanium Studio. SDK Version:1.7.5 .Now I have downloaded Android SDK
I'm new to Titanium, and have started out by trying to build a (yet
I have recently started creating an iPhone application using Appcelerator's Titanium. Since the application
I have a titanium based iOS app that basically is following my own MVC
I have been trying to set up Titanium and Android for 3 days. Still

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.