Skip to content

Instantly share code, notes, and snippets.

@heyrocker
Created March 3, 2012 21:03
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 heyrocker/1968200 to your computer and use it in GitHub Desktop.
Save heyrocker/1968200 to your computer and use it in GitHub Desktop.
classes
interface KeyValueInterface
class ConfigStorage implements KeyValueInterface
class FileConfigStorage extends ConfigStorage
class SignedFileConfigStorage extends FileConfigStorage
class ActiveConfigStorage extends ConfigStorage
class SQLActiveConfigStorage extends ActiveConfigStorage
class RedisActiveConfigStorage extends ActiveConfigStorage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment