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
Top-rated recipes tagged "cache"
Tags:
cache
x
80
k
views
6
score
Probably the fastest memoization decorator in the world
Python
/
cache
,
decorator
,
memo
,
memoization
/
by
Oren Tirosh
(11 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)
21
k
views
4
score
Simplified, highly optimized LRU Cache
Python
/
cache
,
lru
/
by
Raymond Hettinger
(12 years ago, revision 3)
11
k
views
3
score
Simple local cache and cache decorator
Python
/
cache
,
decorator
,
memoization
,
python
/
by
Andrey Nikishaev
(13 years ago)
27
k
views
3
score
Simple caching decorator
Python
/
cache
,
memoization
/
by
Raymond Hettinger
(13 years ago)
17
k
views
3
score
Cached Property
Python
/
cache
,
property
/
by
Ken Seehart
(13 years ago)
9
k
views
2
score
Cached Class
Python
/
cache
,
decorators
/
by
Peter Donis
(12 years ago, revision 5)
13
k
views
2
score
Simplified LRU Cache
Python
/
cache
,
lru
/
by
Raymond Hettinger
(11 years ago, revision 6)
9
k
views
1
score
JSON instead of pickle for memcached
Python
/
cache
,
json
,
memcache
,
memcached
,
pickle
/
by
pavel
(12 years ago)
55
k
views
1
score
A memoize decorator for instance methods
Python
/
cache
,
functools
,
memoize
,
partial
/
by
Daniel Miller
(13 years ago)
5
k
views
-3
score
Method Caching
Python
/
cache
,
methods
,
python
/
by
Danillo Souza
(13 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the top-rated recipes tagged "cache"
Related tags
+
−
lru
(3)
+
−
memoization
(3)
+
−
decorator
(2)
+
−
python
(2)
+
−
decorators
+
−
functools
+
−
json
+
−
memcache
+
−
memcached
+
−
memo
+
−
memoize
+
−
methods
+
−
partial
+
−
pickle
+
−
property
x
Undo