Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    cachecore 0.1.0

    Download button

    No screenshots available
    Downloads: 72  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kenneth Reitz | More programs
    MIT/X Consortium Lic... / FREE
    June 30th, 2012, 17:06 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    cachecore description

    Simple Cache Base Classes

    cachecore is a simple cache backend, inspired by werkzeug.contrib.cache.

    Creating a Cache Object

    To create a cache object you just import the cache system of your choice from the cache module and instantiate it. Then you can start working with that object:

    >>> from cachecore import SimpleCache
    >>> c = SimpleCache()
    >>> c.set("foo", "value")
    >>> c.get("foo")
    'value'
    >>> c.get("missing") is None
    True


    Installation

    Installing cachecore is simple with pip:

     pip install cachecore


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    cache classes | Python library | cache backend | Python | cache | classes

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM