Andreas Jaeger 703dba1b54 Setup translations
To start translation, we need to initially import the
translation file - and place it at the proper place so that
the usual CI scripts can handle it.

The proper place is for all python projects
$PROJECT/locale/$PROJECT.pot - see setup.cfg.

Further imports will be done by the OpenStack Proposal bot.

This patch is needed by https://review.openstack.org/210774 .

Change-Id: I44821f7a0de69937900184e66b47fdb59c8a5324
2015-08-09 07:09:11 +02:00
2015-08-09 07:09:11 +02:00
2015-06-18 16:43:27 -04:00
2015-05-18 08:57:22 -05:00
2015-07-15 01:36:24 +00:00

oslo.cache

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.

Description
An oslo.config enabled dogpile.cache.
Readme 5.5 MiB
Languages
Python 99.7%
Shell 0.3%