pypicloud
latest
  • Getting Started
  • Advanced Configurations
  • Configuration Options
  • Storage Backends
  • Caching Backends
  • Access Control
  • Deploying to Production
  • Upgrading
  • Extending PyPICloud
  • HTTP API
  • Developing
  • Changelog
  • pypicloud package
    • Subpackages
      • pypicloud.access package
      • pypicloud.cache package
        • Submodules
        • Module contents
      • pypicloud.storage package
      • pypicloud.views package
    • Submodules
    • Module contents
pypicloud
  • Docs »
  • pypicloud package »
  • pypicloud.cache package
  • Edit on GitHub

pypicloud.cache package¶

Submodules¶

  • pypicloud.cache.base module
    • ICache
      • ICache.all()
      • ICache.check_health()
      • ICache.clear()
      • ICache.clear_all()
      • ICache.configure()
      • ICache.delete()
      • ICache.distinct()
      • ICache.download_response()
      • ICache.fetch()
      • ICache.get_url()
      • ICache.new_package()
      • ICache.postfork()
      • ICache.reload_from_storage()
      • ICache.reload_if_needed()
      • ICache.save()
      • ICache.search()
      • ICache.summary()
      • ICache.upload()
  • pypicloud.cache.dynamo module
  • pypicloud.cache.redis_cache module
    • RedisCache
      • RedisCache.all()
      • RedisCache.check_health()
      • RedisCache.clear()
      • RedisCache.clear_all()
      • RedisCache.configure()
      • RedisCache.distinct()
      • RedisCache.fetch()
      • RedisCache.redis_filename_set()
      • RedisCache.redis_key()
      • RedisCache.redis_prefix
      • RedisCache.redis_set
      • RedisCache.redis_summary_key()
      • RedisCache.reload_from_storage()
      • RedisCache.save()
      • RedisCache.summary()
    • summary_from_package()
  • pypicloud.cache.sql module

Module contents¶

Next Previous

© Copyright 2013, Steven Arcangeli Revision 8dc389e8.

Built with Sphinx using a theme provided by Read the Docs.