Method Cache
latest

Contents:

  • Cache
  • Exceptions
  • Helper
  • Store
  • How to use
    • TLDR
    • @cache
      • store
      • category
      • ttl
    • Store
    • Full Example
  • Hack
Method Cache
  • Docs »
  • Index
  • Edit on GitHub

Index

A | C | G | H | M | N | S | T | W

A

  • add_to_cache() (in module methodcache.cache)

C

  • cache() (in module methodcache.cache)
  • create() (methodcache.store.MethodStore method)

G

  • GeneralMethodCacheException
  • get_all_categorys() (methodcache.store.Store method)
  • get_args() (methodcache.helper.WrapperParameters method)
  • get_category() (methodcache.store.Store method)
  • get_func() (methodcache.helper.WrapperFunction method)
  • get_hash() (methodcache.helper.WrapperFunction method)
  • get_kwargs() (methodcache.helper.WrapperParameters method)
  • get_method() (methodcache.store.MethodStore method)
  • get_method_store() (methodcache.store.Store method)
  • get_name() (methodcache.helper.WrapperFunction method)

H

  • has_method() (methodcache.store.MethodStore method)
  • has_method_call() (methodcache.store.MethodStore method)
  • has_params__exactly() (methodcache.store.MethodObject method)

M

  • MethodObject (class in methodcache.store)
  • MethodStore (class in methodcache.store)

N

  • NoMethod

S

  • santize_args() (methodcache.helper.WrapperParameters method)
  • santize_kwargs() (methodcache.helper.WrapperParameters method)
  • santize_parameters() (methodcache.helper.WrapperParameters method)
  • Store (class in methodcache.store)

T

  • TTLExpired

W

  • WrapperFunction (class in methodcache.helper)
  • WrapperParameters (class in methodcache.helper)

© Copyright 2019, Stefan Eiermann Revision 016bbcc2.

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