summaryrefslogtreecommitdiff
path: root/slips/build/lib/castle/bin/Castle.Facilities.Cache.xml
blob: 3b67884d7e94ba614113335655336e279129e35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Castle.Facilities.Cache</name>
    </assembly>
    <members>
        <member name="T:Castle.Facilities.Cache.Manager.DefaultCacheKeyGenerator">
            <summary>
            Generates the key to retrieve/save objects from/to the cache.
            </summary>
        </member>
        <member name="T:Castle.Facilities.Cache.Manager.ICacheKeyGenerator">
            <summary>
             Generates the key to retrieve/save objects from/to the cache.
            </summary>
        </member>
        <member name="M:Castle.Facilities.Cache.Manager.ICacheKeyGenerator.GenerateKey(Castle.Core.Interceptor.IInvocation)">
            <summary>
            Generates the key for a cache entry.
            </summary>
            <param name="invocation">the description of an invocation to the intercepted method.</param>
            <returns>the key for a cache entry.</returns>
        </member>
        <member name="M:Castle.Facilities.Cache.Manager.DefaultCacheKeyGenerator.GenerateKey(Castle.Core.Interceptor.IInvocation)">
            <summary>
            Generates the key for a cache entry.
            </summary>
            <param name="invocation">the description of an invocation to the intercepted method.</param>
            <returns>the key for a cache entry.</returns>
        </member>
        <member name="T:Castle.Facilities.Cache.Manager.ICacheManager">
            <summary>
            Description résumée de ICacheManager.
            </summary>
        </member>
        <member name="M:Castle.Facilities.Cache.Manager.ICacheManager.Clear">
            <summary>
            Clears all elements from the cache.
            </summary>
        </member>
        <member name="P:Castle.Facilities.Cache.Manager.ICacheManager.CacheKeyGenerator">
            <summary>
            Generates the key to retrieve/save objects from/to the cache.
            </summary>
        </member>
        <member name="P:Castle.Facilities.Cache.Manager.ICacheManager.Item(System.Object)">
            <summary>
            Adds an item with the specified key and value into cached data.
            Gets a cached object with the specified key.
            </summary>
            <value>The cached object or <c>null</c></value>
        </member>
        <member name="T:Castle.Facilities.Cache.Manager.MemoryCacheManager">
            <summary>
            Description résumée de MemoryCache.
            </summary>
        </member>
        <member name="M:Castle.Facilities.Cache.Manager.MemoryCacheManager.Clear">
            <summary>
            Clears all elements from the cache.
            </summary>
        </member>
        <member name="P:Castle.Facilities.Cache.Manager.MemoryCacheManager.CacheKeyGenerator">
            <summary>
            A generator of keys for a cache entry.
            </summary>
        </member>
        <member name="P:Castle.Facilities.Cache.Manager.MemoryCacheManager.Item(System.Object)">
            <summary>
            Adds an item with the specified key and value into cached data.
            Gets a cached object with the specified key.
            </summary>
            <value>The cached object or <c>null</c></value>
        </member>
        <member name="T:Castle.Facilities.Cache.CacheAttribute">
            <summary>
            Indicates the cache support for a method.
            </summary>
        </member>
        <member name="T:Castle.Facilities.Cache.CacheComponentInspector">
            <summary>
            Summary description for CacheComponentInspector.
            </summary>
            <example>
            	<component id="ServiceA"
            		 cache="true"
            	     service="TestConfig.IServiceA, TestConfig" 
            	     type="TestConfig.ServiceA, TestConfig">
            	  <cache ref="CacheManager">
            	    <method>MyMethod</method>
            	  </cache>
            	</component>
            </example>
        </member>
        <member name="T:Castle.Facilities.Cache.CacheConfig">
            <summary>
            Summary description for CacheConfig.
            </summary>
        </member>
        <member name="M:Castle.Facilities.Cache.CacheConfig.#ctor(Castle.MicroKernel.IKernel,System.String)">
            <summary>
            Constructor
            </summary>
            <param name="kernel"></param>
            <param name="globalCacheManagerId"></param>
            <remarks>The globalCacheManagerId us only used when configure by attribute</remarks>
        </member>
        <member name="M:Castle.Facilities.Cache.CacheConfig.IsMethodCache(System.Reflection.MethodInfo)">
            <summary>
            A 
            </summary>
            <param name="method"></param>
            <returns></returns>
        </member>
        <member name="T:Castle.Facilities.Cache.CacheConfigHolder">
            <summary>
            Summary description for CacheConfigHolder.
            </summary>
        </member>
        <member name="T:Castle.Facilities.Cache.CacheFacility">
            <summary>
            Summary description for CacheFacility.
            </summary>
        </member>
        <member name="T:Castle.Facilities.Cache.CacheInterceptor">
            <summary>
            Caches the return value of the intercepted method.
            </summary>
        </member>
        <member name="M:Castle.Facilities.Cache.CacheInterceptor.Intercept(Castle.Core.Interceptor.IInvocation)">
            <summary>
            Returns from the cache provider the value saved with the key generated
            using the specified <code>IMethodInvocation</code>. If the object is not
            found in the cache, the intercepted method is executed and its returned
            value is saved in the cached and returned by this method.
            </summary>
            <param name="invocation">the description of the intercepted method.</param>
            <returns>the object stored in the cache.</returns>
        </member>
    </members>
</doc>