Skip to content

Instantly share code, notes, and snippets.

@zircote
Created October 24, 2010 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zircote/643770 to your computer and use it in GitHub Desktop.
Save zircote/643770 to your computer and use it in GitHub Desktop.
How to enable Memcached caching with eve-lib
<?xml version="1.0" encoding="UTF-8"?>
<config>
<Api>
<userID>000000</userID>
<apiKey>7E87B3A4DC214E08A35B8722C844AC40CD872423692A4E85982D45F640EC5A3F</apiKey>
<characterID>000000000</characterID>
</Api>
<Scope>corp</Scope>
<Cache>
<backend>
<name>Memcached</name>
<options>
<host>localhost</host>
<port>11211</port>
<persistent>true</persistent>
<weight>1</weight>
<timeout>5</timeout>
<retry_interval>15</retry_interval>
<status>true</status>
<failure_callback/>
</options>
</backend>
</Cache>
<Connection>
<host>apitest.eve-online.com</host>
<port>80</port>
<protocol>http</protocol>
</Connection>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment