active_model_serializers/ActiveModel/Serializer/Caching.html
2016-04-05 11:05:22 -05:00

161 lines
5.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: ActiveModel::Serializer::Caching
&mdash; Documentation by YARD 0.8.7.6
</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '../../';
framesUrl = "../../frames.html#!ActiveModel/Serializer/Caching.html";
</script>
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="../../_index.html">Index (C)</a> &raquo;
<span class='title'><span class='object_link'><a href="../../ActiveModel.html" title="ActiveModel (module)">ActiveModel</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Serializer.html" title="ActiveModel::Serializer (class)">Serializer</a></span></span>
&raquo;
<span class="title">Caching</span>
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../class_list.html">
Class List
</a>
<a class="full_list_link" id="method_list_link"
href="../../method_list.html">
Method List
</a>
<a class="full_list_link" id="file_list_link"
href="../../file_list.html">
File List
</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Module: ActiveModel::Serializer::Caching
</h1>
<dl class="box">
<dt class="r1">Extended by:</dt>
<dd class="r1">ActiveSupport::Concern</dd>
<dt class="r2">Included in:</dt>
<dd class="r2"><span class='object_link'><a href="../Serializer.html" title="ActiveModel::Serializer (class)">ActiveModel::Serializer</a></span></dd>
<dt class="r1 last">Defined in:</dt>
<dd class="r1 last">lib/active_model/serializer/caching.rb</dd>
</dl>
<div class="clear"></div>
<h2>Defined Under Namespace</h2>
<p class="children">
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Caching/ClassMethods.html" title="ActiveModel::Serializer::Caching::ClassMethods (module)">ClassMethods</a></span>
</p>
<h2>Constant Summary</h2>
<dl class="constants">
<dt id="CALLER_FILE-constant" class="">CALLER_FILE =
<div class="docstring">
<div class="discussion">
<p>Matches</p>
<pre class="code ruby"><code class="ruby"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>c:/git/emberjs/ember-crm-backend/app/serializers/lead_serializer.rb:1:in `&lt;top (required)&gt;&#39;</span><span class='tstring_end'>&quot;</span></span>
<span class='const'>AND</span>
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>/c/git/emberjs/ember-crm-backend/app/serializers/lead_serializer.rb:1:in `&lt;top (required)&gt;&#39;</span><span class='tstring_end'>&quot;</span></span>
<span class='const'>AS</span>
<span class='id identifier rubyid_c'>c</span><span class='op'>/</span><span class='id identifier rubyid_git'>git</span><span class='op'>/</span><span class='id identifier rubyid_emberjs'>emberjs</span><span class='op'>/</span><span class='id identifier rubyid_ember'>ember</span><span class='op'>-</span><span class='id identifier rubyid_crm'>crm</span><span class='op'>-</span><span class='id identifier rubyid_backend'>backend</span><span class='op'>/</span><span class='id identifier rubyid_app'>app</span><span class='op'>/</span><span class='id identifier rubyid_serializers'>serializers</span><span class='op'>/</span><span class='id identifier rubyid_lead_serializer'>lead_serializer</span><span class='period'>.</span><span class='id identifier rubyid_rb'>rb</span>
</code></pre>
</div>
</div>
<div class="tags">
</div>
</dt>
<dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>
\A # start of string
.+ # file path (one or more characters)
(?= # stop previous match when
:\d+ # a colon is followed by one or more digits
:in # followed by a colon followed by in
)
</span><span class='regexp_end'>/x</span></span></pre></dd>
</dl>
</div>
<div id="footer">
Generated on Tue Apr 5 11:04:35 2016 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.6 (ruby-2.2.2).
</div>
</body>
</html>