Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular recipes tagged "cache"
Tags:
cache
x
55
k
views
1
score
A memoize decorator for instance methods
Python
/
cache
,
functools
,
memoize
,
partial
/
by
Daniel Miller
(13 years ago)
55
k
views
6
score
Py2.6+ and Py3.0+ backport of Python 3.3's LRU Cache
Python
/
cache
,
lru
/
by
Raymond Hettinger
(11 years ago, revision 6)
80
k
views
6
score
Probably the fastest memoization decorator in the world
Python
/
cache
,
decorator
,
memo
,
memoization
/
by
Oren Tirosh
(11 years ago)
9
k
views
2
score
Cached Class
Python
/
cache
,
decorators
/
by
Peter Donis
(12 years ago, revision 5)
21
k
views
4
score
Simplified, highly optimized LRU Cache
Python
/
cache
,
lru
/
by
Raymond Hettinger
(12 years ago, revision 3)
9
k
views
1
score
JSON instead of pickle for memcached
Python
/
cache
,
json
,
memcache
,
memcached
,
pickle
/
by
pavel
(12 years ago)
13
k
views
2
score
Simplified LRU Cache
Python
/
cache
,
lru
/
by
Raymond Hettinger
(11 years ago, revision 6)
27
k
views
3
score
Simple caching decorator
Python
/
cache
,
memoization
/
by
Raymond Hettinger
(13 years ago)
11
k
views
3
score
Simple local cache and cache decorator
Python
/
cache
,
decorator
,
memoization
,
python
/
by
Andrey Nikishaev
(13 years ago)
5
k
views
-3
score
Method Caching
Python
/
cache
,
methods
,
python
/
by
Danillo Souza
(13 years ago)
17
k
views
3
score
Cached Property
Python
/
cache
,
property
/
by
Ken Seehart
(13 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes tagged "cache"
Top-rated recipes
Probably the fastest memoization d…
(Python)
Py2.6+ and Py3.0+ backport of Pyth…
(Python)
Simplified, highly optimized LRU C…
(Python)
Simple local cache and cache decor…
(Python)
Simple caching decorator
(Python)
Cached Property
(Python)
Cached Class
(Python)
Simplified LRU Cache
(Python)
JSON instead of pickle for memcach…
(Python)
A memoize decorator for instance m…
(Python)
Related tags
+
−
lru
(3)
+
−
memoization
(3)
+
−
decorator
(2)
+
−
python
(2)
+
−
decorators
+
−
functools
+
−
json
+
−
memcache
+
−
memcached
+
−
memo
+
−
memoize
+
−
methods
+
−
partial
+
−
pickle
+
−
property
x
Undo