You are here

function twitter_pull_cache_length in Twitter Pull 7.2

Same name and namespace in other branches
  1. 6.2 twitter_pull.module \twitter_pull_cache_length()
  2. 6 twitter_pull.module \twitter_pull_cache_length()
  3. 7 twitter_pull.module \twitter_pull_cache_length()
1 call to twitter_pull_cache_length()
twitter_pull_retrieve in ./twitter_pull.module
Retrieves tweets by username, hashkey or search term.

File

./twitter_pull.module, line 17
Twitter Pull module.

Code

function twitter_pull_cache_length() {
  return variable_get('twitter_pull_cache_length', TWITTER_PULL_CACHE_LENGTH);
}