cachetastic 1.1.8 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +3 -3
- data/doc/classes/Cachetastic/{Stores → Adapters}/Base.html +8 -8
- data/doc/classes/Cachetastic/{Stores → Adapters}/Base.src/M000023.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Base.src/M000024.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Base.src/M000025.html +4 -4
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.html +7 -7
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.src/M000026.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.src/M000027.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.src/M000028.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.src/M000029.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.src/M000030.html +3 -3
- data/doc/classes/Cachetastic/{Stores → Adapters}/File.src/M000031.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.html +8 -8
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.src/M000017.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.src/M000018.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.src/M000019.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.src/M000020.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.src/M000021.html +3 -3
- data/doc/classes/Cachetastic/{Stores → Adapters}/LocalMemory.src/M000022.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.html +8 -8
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000006.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000007.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000008.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000009.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000010.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000011.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000012.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000013.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000014.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000015.html +2 -2
- data/doc/classes/Cachetastic/{Stores → Adapters}/Memcache.src/M000016.html +2 -2
- data/doc/classes/Cachetastic/Caches/Base.html +23 -22
- data/doc/classes/Cachetastic/Caches/Base.src/M000033.html +21 -6
- data/doc/classes/Cachetastic/Caches/Base.src/M000034.html +3 -3
- data/doc/classes/Cachetastic/Caches/Base.src/M000035.html +2 -2
- data/doc/classes/Cachetastic/Caches/Base.src/M000036.html +2 -2
- data/doc/classes/Cachetastic/Caches/Base.src/M000037.html +1 -1
- data/doc/classes/Cachetastic/Caches/Base.src/M000038.html +2 -2
- data/doc/classes/Cachetastic/Caches/Base.src/M000039.html +1 -1
- data/doc/classes/Cachetastic/Caches/Base.src/M000040.html +3 -3
- data/doc/classes/Cachetastic/Caches/Base.src/M000041.html +2 -2
- data/doc/classes/Cachetastic/Caches/Base.src/M000042.html +2 -2
- data/doc/classes/Cachetastic/Connection.html +4 -4
- data/doc/classes/Cachetastic/Connection.src/M000045.html +2 -2
- data/doc/classes/Cachetastic/Logger.html +1 -1
- data/doc/created.rid +1 -1
- data/doc/files/init_rb.html +3 -3
- data/doc/files/lib/{stores/cachetastic_stores_base_rb.html → adapters/cachetastic_adapters_base_rb.html} +7 -7
- data/doc/files/lib/{stores/cachetastic_stores_file_rb.html → adapters/cachetastic_adapters_file_rb.html} +6 -6
- data/doc/files/lib/{stores/cachetastic_stores_local_memory_rb.html → adapters/cachetastic_adapters_local_memory_rb.html} +6 -6
- data/doc/files/lib/{stores/cachetastic_stores_memcache_rb.html → adapters/cachetastic_adapters_memcache_rb.html} +7 -7
- data/doc/files/lib/{stores/cachetastic_stores_store_object_rb.html → adapters/cachetastic_adapters_store_object_rb.html} +4 -4
- data/doc/files/lib/caches/cachetastic_caches_base_rb.html +1 -1
- data/doc/files/lib/cachetastic_connection_rb.html +2 -2
- data/doc/files/lib/cachetastic_logger_rb.html +2 -2
- data/doc/files/lib/cachetastic_rb.html +9 -9
- data/doc/fr_class_index.html +4 -4
- data/doc/fr_file_index.html +5 -5
- data/doc/fr_method_index.html +29 -29
- data/lib/{stores/cachetastic_stores_base.rb → adapters/cachetastic_adapters_base.rb} +8 -8
- data/lib/{stores/cachetastic_stores_file.rb → adapters/cachetastic_adapters_file.rb} +4 -4
- data/lib/{stores/cachetastic_stores_local_memory.rb → adapters/cachetastic_adapters_local_memory.rb} +5 -5
- data/lib/{stores/cachetastic_stores_memcache.rb → adapters/cachetastic_adapters_memcache.rb} +3 -3
- data/lib/{stores/cachetastic_stores_store_object.rb → adapters/cachetastic_adapters_store_object.rb} +1 -1
- data/lib/caches/cachetastic_caches_base.rb +35 -20
- data/lib/cachetastic.rb +6 -6
- data/lib/cachetastic_connection.rb +5 -5
- data/lib/cachetastic_logger.rb +1 -1
- data/lib/tasks/rubyforge_config.yml +1 -1
- metadata +86 -79
data/doc/created.rid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Tue, 29 Jan 2008 14:18:21 -0500
|
data/doc/files/init_rb.html
CHANGED
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
# for each object returned from the cache
|
|
89
89
|
debug: true # true | false (default: false)
|
|
90
90
|
# this is the type of file store to be used for this cache.
|
|
91
|
-
# more
|
|
92
|
-
|
|
91
|
+
# more adapters can be developed and plugged in as desired
|
|
92
|
+
adapter: local_memory # local_memory | memcache | file (default: local_memory)
|
|
93
93
|
# this will marshall objects into and out of the store.
|
|
94
94
|
# so far yaml is the only supported marshall format.
|
|
95
95
|
marshall_method: none # none | yaml (default: none)
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
# objects will go into the cache with an expiry time sometime between 45 mins and 75 mins.
|
|
101
101
|
expiry_swing: <%= 15.minutes %> # time in seconds (default: 0)
|
|
102
102
|
# these options get passed on directly to the store.
|
|
103
|
-
# only the memcache
|
|
103
|
+
# only the memcache and file stores uses these options currently.
|
|
104
104
|
store_options: # listed below are options for memcache
|
|
105
105
|
c_threshold: 10_000
|
|
106
106
|
compression: true
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
7
|
<head>
|
|
8
|
-
<title>File:
|
|
8
|
+
<title>File: cachetastic_adapters_base.rb</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
<div id="fileHeader">
|
|
50
|
-
<h1>
|
|
50
|
+
<h1>cachetastic_adapters_base.rb</h1>
|
|
51
51
|
<table class="header-table">
|
|
52
52
|
<tr class="top-aligned-row">
|
|
53
53
|
<td><strong>Path:</strong></td>
|
|
54
|
-
<td>lib/
|
|
54
|
+
<td>lib/adapters/cachetastic_adapters_base.rb
|
|
55
55
|
</td>
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 12:14:31 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
<div id="description">
|
|
72
72
|
<p>
|
|
73
|
-
This class is the interface used to develop
|
|
73
|
+
This class is the interface used to develop adapters for stores. Stores are
|
|
74
74
|
where the data is actually held. These could be local memory, memcached, a
|
|
75
75
|
database, the file system, etc… If you implement this API, then you
|
|
76
76
|
should be able to plug in different stores for your caches without having
|
|
@@ -78,7 +78,7 @@ to change any of your code.
|
|
|
78
78
|
</p>
|
|
79
79
|
<h3>Methods that need to be implemented:</h3>
|
|
80
80
|
<ul>
|
|
81
|
-
<li>setup - used to setup the implementation of the
|
|
81
|
+
<li>setup - used to setup the implementation of the adapter.
|
|
82
82
|
|
|
83
83
|
</li>
|
|
84
84
|
<li>set(key, object, expiry) - sets an object into the store using the given
|
|
@@ -99,7 +99,7 @@ the store supports it, a delay can be used.
|
|
|
99
99
|
|
|
100
100
|
</li>
|
|
101
101
|
<li>valid? - used to test whether or not the store is still valid. If this
|
|
102
|
-
returns false a new instance of the
|
|
102
|
+
returns false a new instance of the adapter is created by <a
|
|
103
103
|
href="../../../classes/Cachetastic/Connection.html">Cachetastic::Connection</a>
|
|
104
104
|
|
|
105
105
|
</li>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
7
|
<head>
|
|
8
|
-
<title>File:
|
|
8
|
+
<title>File: cachetastic_adapters_file.rb</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
<div id="fileHeader">
|
|
50
|
-
<h1>
|
|
50
|
+
<h1>cachetastic_adapters_file.rb</h1>
|
|
51
51
|
<table class="header-table">
|
|
52
52
|
<tr class="top-aligned-row">
|
|
53
53
|
<td><strong>Path:</strong></td>
|
|
54
|
-
<td>lib/
|
|
54
|
+
<td>lib/adapters/cachetastic_adapters_file.rb
|
|
55
55
|
</td>
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 13:23:30 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
|
|
71
71
|
<div id="description">
|
|
72
72
|
<p>
|
|
73
|
-
This
|
|
73
|
+
This adapter uses the file system as it‘s backing. The configuration
|
|
74
74
|
for this should look something like this:
|
|
75
75
|
</p>
|
|
76
76
|
<pre>
|
|
77
77
|
my_awesome_cache_options:
|
|
78
78
|
debug: false
|
|
79
|
-
|
|
79
|
+
adapter: file
|
|
80
80
|
marshall_method: none
|
|
81
81
|
default_expiry: <%= 24.hours %>
|
|
82
82
|
store_options:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
7
|
<head>
|
|
8
|
-
<title>File:
|
|
8
|
+
<title>File: cachetastic_adapters_local_memory.rb</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
<div id="fileHeader">
|
|
50
|
-
<h1>
|
|
50
|
+
<h1>cachetastic_adapters_local_memory.rb</h1>
|
|
51
51
|
<table class="header-table">
|
|
52
52
|
<tr class="top-aligned-row">
|
|
53
53
|
<td><strong>Path:</strong></td>
|
|
54
|
-
<td>lib/
|
|
54
|
+
<td>lib/adapters/cachetastic_adapters_local_memory.rb
|
|
55
55
|
</td>
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 11:11:30 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
|
|
71
71
|
<div id="description">
|
|
72
72
|
<p>
|
|
73
|
-
|
|
73
|
+
An adapter/store that keeps objects in local memory. This is great for
|
|
74
74
|
development/testing, but probably shouldn‘t be put into production.
|
|
75
|
-
It‘s also a very good example of how to write a
|
|
75
|
+
It‘s also a very good example of how to write a adapter.
|
|
76
76
|
</p>
|
|
77
77
|
|
|
78
78
|
</div>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
7
|
<head>
|
|
8
|
-
<title>File:
|
|
8
|
+
<title>File: cachetastic_adapters_memcache.rb</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
<div id="fileHeader">
|
|
50
|
-
<h1>
|
|
50
|
+
<h1>cachetastic_adapters_memcache.rb</h1>
|
|
51
51
|
<table class="header-table">
|
|
52
52
|
<tr class="top-aligned-row">
|
|
53
53
|
<td><strong>Path:</strong></td>
|
|
54
|
-
<td>lib/
|
|
54
|
+
<td>lib/adapters/cachetastic_adapters_memcache.rb
|
|
55
55
|
</td>
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 11:11:57 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
|
|
71
71
|
<div id="description">
|
|
72
72
|
<p>
|
|
73
|
-
This
|
|
74
|
-
should look something like this:
|
|
73
|
+
This adapter uses Memcache as it‘s backing. The configuration for
|
|
74
|
+
this should look something like this:
|
|
75
75
|
</p>
|
|
76
76
|
<pre>
|
|
77
77
|
my_awesome_cache_options:
|
|
78
78
|
debug: false
|
|
79
|
-
|
|
79
|
+
adapter: memcache
|
|
80
80
|
marshall_method: none
|
|
81
81
|
default_expiry: <%= 24.hours %>
|
|
82
82
|
store_options:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
7
|
<head>
|
|
8
|
-
<title>File:
|
|
8
|
+
<title>File: cachetastic_adapters_store_object.rb</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
<div id="fileHeader">
|
|
50
|
-
<h1>
|
|
50
|
+
<h1>cachetastic_adapters_store_object.rb</h1>
|
|
51
51
|
<table class="header-table">
|
|
52
52
|
<tr class="top-aligned-row">
|
|
53
53
|
<td><strong>Path:</strong></td>
|
|
54
|
-
<td>lib/
|
|
54
|
+
<td>lib/adapters/cachetastic_adapters_store_object.rb
|
|
55
55
|
</td>
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 11:12:39 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 10:52:52 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
<div id="description">
|
|
72
72
|
<p>
|
|
73
|
-
This class caches
|
|
73
|
+
This class caches adapter objects for each cache in the system.
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
76
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 10:53:06 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
<div id="description">
|
|
72
72
|
<p>
|
|
73
|
-
This class handles logging for the caches and their
|
|
73
|
+
This class handles logging for the caches and their adapters.
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
76
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Tue Jan 29 10:52:10 -0500 2008</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
# for each object returned from the cache
|
|
89
89
|
debug: true # true | false (default: false)
|
|
90
90
|
# this is the type of file store to be used for this cache.
|
|
91
|
-
# more
|
|
92
|
-
|
|
91
|
+
# more adapters can be developed and plugged in as desired
|
|
92
|
+
adapter: local_memory # local_memory | memcache | file (default: local_memory)
|
|
93
93
|
# this will marshall objects into and out of the store.
|
|
94
94
|
# so far yaml is the only supported marshall format.
|
|
95
95
|
marshall_method: none # none | yaml (default: none)
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
# objects will go into the cache with an expiry time sometime between 45 mins and 75 mins.
|
|
101
101
|
expiry_swing: <%= 15.minutes %> # time in seconds (default: 0)
|
|
102
102
|
# these options get passed on directly to the store.
|
|
103
|
-
# only the memcache
|
|
103
|
+
# only the memcache and file stores uses these options currently.
|
|
104
104
|
store_options: # listed below are options for memcache
|
|
105
105
|
c_threshold: 10_000
|
|
106
106
|
compression: true
|
|
@@ -195,11 +195,11 @@ cachetastic.
|
|
|
195
195
|
caches/cachetastic_caches_base
|
|
196
196
|
caches/cachetastic_caches_page_cache
|
|
197
197
|
caches/cachetastic_caches_rails_session_cache
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
198
|
+
adapters/cachetastic_adapters_base
|
|
199
|
+
adapters/cachetastic_adapters_store_object
|
|
200
|
+
adapters/cachetastic_adapters_memcache
|
|
201
|
+
adapters/cachetastic_adapters_local_memory
|
|
202
|
+
adapters/cachetastic_adapters_file
|
|
203
203
|
helpers/cachetastic_helpers_active_record
|
|
204
204
|
rails_extensions/cachetastic_active_record_base
|
|
205
205
|
rails_extensions/cgi_session_cachetastic_store
|
data/doc/fr_class_index.html
CHANGED
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
<div id="index-entries">
|
|
23
23
|
<a href="classes/ActiveRecord/Base.html">ActiveRecord::Base</a><br />
|
|
24
24
|
<a href="classes/CGI/Session/CachetasticStore.html">CGI::Session::CachetasticStore</a><br />
|
|
25
|
+
<a href="classes/Cachetastic/Adapters/Base.html">Cachetastic::Adapters::Base</a><br />
|
|
26
|
+
<a href="classes/Cachetastic/Adapters/File.html">Cachetastic::Adapters::File</a><br />
|
|
27
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html">Cachetastic::Adapters::LocalMemory</a><br />
|
|
28
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html">Cachetastic::Adapters::Memcache</a><br />
|
|
25
29
|
<a href="classes/Cachetastic/Caches/Base.html">Cachetastic::Caches::Base</a><br />
|
|
26
30
|
<a href="classes/Cachetastic/Caches/Base/RegisteredCaches.html">Cachetastic::Caches::Base::RegisteredCaches</a><br />
|
|
27
31
|
<a href="classes/Cachetastic/Caches/PageCache.html">Cachetastic::Caches::PageCache</a><br />
|
|
28
32
|
<a href="classes/Cachetastic/Caches/RailsSessionCache.html">Cachetastic::Caches::RailsSessionCache</a><br />
|
|
29
33
|
<a href="classes/Cachetastic/Connection.html">Cachetastic::Connection</a><br />
|
|
30
34
|
<a href="classes/Cachetastic/Logger.html">Cachetastic::Logger</a><br />
|
|
31
|
-
<a href="classes/Cachetastic/Stores/Base.html">Cachetastic::Stores::Base</a><br />
|
|
32
|
-
<a href="classes/Cachetastic/Stores/File.html">Cachetastic::Stores::File</a><br />
|
|
33
|
-
<a href="classes/Cachetastic/Stores/LocalMemory.html">Cachetastic::Stores::LocalMemory</a><br />
|
|
34
|
-
<a href="classes/Cachetastic/Stores/Memcache.html">Cachetastic::Stores::Memcache</a><br />
|
|
35
35
|
</div>
|
|
36
36
|
</div>
|
|
37
37
|
</body>
|
data/doc/fr_file_index.html
CHANGED
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
<h1 class="section-bar">Files</h1>
|
|
22
22
|
<div id="index-entries">
|
|
23
23
|
<a href="files/init_rb.html">init.rb</a><br />
|
|
24
|
+
<a href="files/lib/adapters/cachetastic_adapters_base_rb.html">lib/adapters/cachetastic_adapters_base.rb</a><br />
|
|
25
|
+
<a href="files/lib/adapters/cachetastic_adapters_file_rb.html">lib/adapters/cachetastic_adapters_file.rb</a><br />
|
|
26
|
+
<a href="files/lib/adapters/cachetastic_adapters_local_memory_rb.html">lib/adapters/cachetastic_adapters_local_memory.rb</a><br />
|
|
27
|
+
<a href="files/lib/adapters/cachetastic_adapters_memcache_rb.html">lib/adapters/cachetastic_adapters_memcache.rb</a><br />
|
|
28
|
+
<a href="files/lib/adapters/cachetastic_adapters_store_object_rb.html">lib/adapters/cachetastic_adapters_store_object.rb</a><br />
|
|
24
29
|
<a href="files/lib/caches/cachetastic_caches_base_rb.html">lib/caches/cachetastic_caches_base.rb</a><br />
|
|
25
30
|
<a href="files/lib/caches/cachetastic_caches_page_cache_rb.html">lib/caches/cachetastic_caches_page_cache.rb</a><br />
|
|
26
31
|
<a href="files/lib/caches/cachetastic_caches_rails_session_cache_rb.html">lib/caches/cachetastic_caches_rails_session_cache.rb</a><br />
|
|
@@ -30,11 +35,6 @@
|
|
|
30
35
|
<a href="files/lib/helpers/cachetastic_helpers_active_record_rb.html">lib/helpers/cachetastic_helpers_active_record.rb</a><br />
|
|
31
36
|
<a href="files/lib/rails_extensions/cachetastic_active_record_base_rb.html">lib/rails_extensions/cachetastic_active_record_base.rb</a><br />
|
|
32
37
|
<a href="files/lib/rails_extensions/cgi_session_cachetastic_store_rb.html">lib/rails_extensions/cgi_session_cachetastic_store.rb</a><br />
|
|
33
|
-
<a href="files/lib/stores/cachetastic_stores_base_rb.html">lib/stores/cachetastic_stores_base.rb</a><br />
|
|
34
|
-
<a href="files/lib/stores/cachetastic_stores_file_rb.html">lib/stores/cachetastic_stores_file.rb</a><br />
|
|
35
|
-
<a href="files/lib/stores/cachetastic_stores_local_memory_rb.html">lib/stores/cachetastic_stores_local_memory.rb</a><br />
|
|
36
|
-
<a href="files/lib/stores/cachetastic_stores_memcache_rb.html">lib/stores/cachetastic_stores_memcache.rb</a><br />
|
|
37
|
-
<a href="files/lib/stores/cachetastic_stores_store_object_rb.html">lib/stores/cachetastic_stores_store_object.rb</a><br />
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
</body>
|
data/doc/fr_method_index.html
CHANGED
|
@@ -20,52 +20,52 @@
|
|
|
20
20
|
<div id="index">
|
|
21
21
|
<h1 class="section-bar">Methods</h1>
|
|
22
22
|
<div id="index-entries">
|
|
23
|
+
<a href="classes/Cachetastic/Caches/Base.html#M000040">adapter (Cachetastic::Caches::Base)</a><br />
|
|
23
24
|
<a href="classes/Cachetastic/Caches/Base.html#M000032">all_registered_caches (Cachetastic::Caches::Base)</a><br />
|
|
24
25
|
<a href="classes/Cachetastic/Caches/Base.html#M000039">cache_name (Cachetastic::Caches::Base)</a><br />
|
|
25
26
|
<a href="classes/ActiveRecord/Base.html#M000004">cache_self (ActiveRecord::Base)</a><br />
|
|
26
27
|
<a href="classes/Cachetastic/Caches/Base.html#M000042">calculate_expiry_time (Cachetastic::Caches::Base)</a><br />
|
|
27
|
-
<a href="classes/Cachetastic/
|
|
28
|
-
<a href="classes/Cachetastic/
|
|
29
|
-
<a href="classes/Cachetastic/Stores/File.html#M000031">delete (Cachetastic::Stores::File)</a><br />
|
|
28
|
+
<a href="classes/Cachetastic/Adapters/Base.html#M000024">debug? (Cachetastic::Adapters::Base)</a><br />
|
|
29
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000008">delete (Cachetastic::Adapters::Memcache)</a><br />
|
|
30
30
|
<a href="classes/Cachetastic/Caches/Base.html#M000035">delete (Cachetastic::Caches::Base)</a><br />
|
|
31
|
-
<a href="classes/Cachetastic/
|
|
31
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html#M000022">delete (Cachetastic::Adapters::LocalMemory)</a><br />
|
|
32
|
+
<a href="classes/Cachetastic/Adapters/File.html#M000031">delete (Cachetastic::Adapters::File)</a><br />
|
|
32
33
|
<a href="classes/ActiveRecord/Base.html#M000002">delete_from_cache (ActiveRecord::Base)</a><br />
|
|
33
|
-
<a href="classes/Cachetastic/
|
|
34
|
-
<a href="classes/Cachetastic/
|
|
34
|
+
<a href="classes/Cachetastic/Adapters/File.html#M000028">expire_all (Cachetastic::Adapters::File)</a><br />
|
|
35
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000010">expire_all (Cachetastic::Adapters::Memcache)</a><br />
|
|
36
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html#M000019">expire_all (Cachetastic::Adapters::LocalMemory)</a><br />
|
|
35
37
|
<a href="classes/Cachetastic/Caches/Base.html#M000036">expire_all (Cachetastic::Caches::Base)</a><br />
|
|
36
|
-
<a href="classes/Cachetastic/
|
|
37
|
-
<a href="classes/Cachetastic/Stores/File.html#M000029">get (Cachetastic::Stores::File)</a><br />
|
|
38
|
-
<a href="classes/Cachetastic/Stores/Memcache.html#M000009">get (Cachetastic::Stores::Memcache)</a><br />
|
|
39
|
-
<a href="classes/Cachetastic/Connection.html#M000045">get (Cachetastic::Connection)</a><br />
|
|
40
|
-
<a href="classes/Cachetastic/Stores/LocalMemory.html#M000020">get (Cachetastic::Stores::LocalMemory)</a><br />
|
|
38
|
+
<a href="classes/Cachetastic/Adapters/File.html#M000029">get (Cachetastic::Adapters::File)</a><br />
|
|
41
39
|
<a href="classes/Cachetastic/Caches/Base.html#M000033">get (Cachetastic::Caches::Base)</a><br />
|
|
40
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000009">get (Cachetastic::Adapters::Memcache)</a><br />
|
|
41
|
+
<a href="classes/Cachetastic/Connection.html#M000045">get (Cachetastic::Connection)</a><br />
|
|
42
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html#M000020">get (Cachetastic::Adapters::LocalMemory)</a><br />
|
|
42
43
|
<a href="classes/ActiveRecord/Base.html#M000001">get_from_cache (ActiveRecord::Base)</a><br />
|
|
43
|
-
<a href="classes/Cachetastic/
|
|
44
|
-
<a href="classes/Cachetastic/
|
|
45
|
-
<a href="classes/Cachetastic/
|
|
46
|
-
<a href="classes/Cachetastic/
|
|
44
|
+
<a href="classes/Cachetastic/Adapters/Base.html#M000025">get_options (Cachetastic::Adapters::Base)</a><br />
|
|
45
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000016">get_version (Cachetastic::Adapters::Memcache)</a><br />
|
|
46
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000015">increment_version (Cachetastic::Adapters::Memcache)</a><br />
|
|
47
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000011">inspect (Cachetastic::Adapters::Memcache)</a><br />
|
|
47
48
|
<a href="classes/Cachetastic/Caches/Base.html#M000041">logger (Cachetastic::Caches::Base)</a><br />
|
|
48
|
-
<a href="classes/Cachetastic/
|
|
49
|
-
<a href="classes/Cachetastic/
|
|
49
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000013">namespace (Cachetastic::Adapters::Memcache)</a><br />
|
|
50
|
+
<a href="classes/Cachetastic/Adapters/Base.html#M000023">new (Cachetastic::Adapters::Base)</a><br />
|
|
51
|
+
<a href="classes/Cachetastic/Logger.html#M000046">new (Cachetastic::Logger)</a><br />
|
|
50
52
|
<a href="classes/Cachetastic/Connection.html#M000044">new (Cachetastic::Connection)</a><br />
|
|
51
53
|
<a href="classes/Cachetastic/Caches/Base/RegisteredCaches.html#M000043">new (Cachetastic::Caches::Base::RegisteredCaches)</a><br />
|
|
52
|
-
<a href="classes/Cachetastic/
|
|
53
|
-
<a href="classes/Cachetastic/Stores/Memcache.html#M000014">ns_versions (Cachetastic::Stores::Memcache)</a><br />
|
|
54
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000014">ns_versions (Cachetastic::Adapters::Memcache)</a><br />
|
|
54
55
|
<a href="classes/Cachetastic/Caches/Base.html#M000037">populate_all (Cachetastic::Caches::Base)</a><br />
|
|
56
|
+
<a href="classes/Cachetastic/Adapters/File.html#M000030">set (Cachetastic::Adapters::File)</a><br />
|
|
57
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000007">set (Cachetastic::Adapters::Memcache)</a><br />
|
|
58
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html#M000021">set (Cachetastic::Adapters::LocalMemory)</a><br />
|
|
55
59
|
<a href="classes/Cachetastic/Caches/Base.html#M000034">set (Cachetastic::Caches::Base)</a><br />
|
|
56
|
-
<a href="classes/Cachetastic/Stores/LocalMemory.html#M000021">set (Cachetastic::Stores::LocalMemory)</a><br />
|
|
57
|
-
<a href="classes/Cachetastic/Stores/File.html#M000030">set (Cachetastic::Stores::File)</a><br />
|
|
58
|
-
<a href="classes/Cachetastic/Stores/Memcache.html#M000007">set (Cachetastic::Stores::Memcache)</a><br />
|
|
59
60
|
<a href="classes/ActiveRecord/Base.html#M000003">set_into_cache (ActiveRecord::Base)</a><br />
|
|
60
|
-
<a href="classes/Cachetastic/
|
|
61
|
-
<a href="classes/Cachetastic/
|
|
62
|
-
<a href="classes/Cachetastic/
|
|
61
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000006">setup (Cachetastic::Adapters::Memcache)</a><br />
|
|
62
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html#M000018">setup (Cachetastic::Adapters::LocalMemory)</a><br />
|
|
63
|
+
<a href="classes/Cachetastic/Adapters/File.html#M000027">setup (Cachetastic::Adapters::File)</a><br />
|
|
63
64
|
<a href="classes/Cachetastic/Caches/Base.html#M000038">stats (Cachetastic::Caches::Base)</a><br />
|
|
64
|
-
<a href="classes/Cachetastic/Caches/Base.html#M000040">store (Cachetastic::Caches::Base)</a><br />
|
|
65
65
|
<a href="classes/ActiveRecord/Base.html#M000005">uncache_self (ActiveRecord::Base)</a><br />
|
|
66
|
-
<a href="classes/Cachetastic/
|
|
67
|
-
<a href="classes/Cachetastic/
|
|
68
|
-
<a href="classes/Cachetastic/
|
|
66
|
+
<a href="classes/Cachetastic/Adapters/Memcache.html#M000012">valid? (Cachetastic::Adapters::Memcache)</a><br />
|
|
67
|
+
<a href="classes/Cachetastic/Adapters/File.html#M000026">valid? (Cachetastic::Adapters::File)</a><br />
|
|
68
|
+
<a href="classes/Cachetastic/Adapters/LocalMemory.html#M000017">valid? (Cachetastic::Adapters::LocalMemory)</a><br />
|
|
69
69
|
</div>
|
|
70
70
|
</div>
|
|
71
71
|
</body>
|