<li><ahref="../../../../../com/djrapitops/plan/system/cache/GeolocationCache.html"title="class in com.djrapitops.plan.system.cache"><spanclass="typeNameLink">Next Class</span></a></li>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../../com/djrapitops/plan/system/cache/CacheSystem.html#CacheSystem-com.djrapitops.plan.system.cache.SessionCache-com.djrapitops.plan.system.cache.NicknameCache-com.djrapitops.plan.system.cache.GeolocationCache-">CacheSystem</a></span>(<ahref="../../../../../com/djrapitops/plan/system/cache/SessionCache.html"title="class in com.djrapitops.plan.system.cache">SessionCache</a> sessionCache,
<ahref="../../../../../com/djrapitops/plan/system/cache/NicknameCache.html"title="class in com.djrapitops.plan.system.cache">NicknameCache</a> nicknameCache,
<ahref="../../../../../com/djrapitops/plan/system/cache/GeolocationCache.html"title="class in com.djrapitops.plan.system.cache">GeolocationCache</a> geolocationCache)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<divclass="block">Performs enable actions for the subsystem.</div>
</td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/system/cache/GeolocationCache.html"title="class in com.djrapitops.plan.system.cache">GeolocationCache</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/system/cache/NicknameCache.html"title="class in com.djrapitops.plan.system.cache">NicknameCache</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/system/cache/SessionCache.html"title="class in com.djrapitops.plan.system.cache">SessionCache</a></code></td>
public CacheSystem(<ahref="../../../../../com/djrapitops/plan/system/cache/SessionCache.html"title="class in com.djrapitops.plan.system.cache">SessionCache</a> sessionCache,
<ahref="../../../../../com/djrapitops/plan/system/cache/NicknameCache.html"title="class in com.djrapitops.plan.system.cache">NicknameCache</a> nicknameCache,
<ahref="../../../../../com/djrapitops/plan/system/cache/GeolocationCache.html"title="class in com.djrapitops.plan.system.cache">GeolocationCache</a> geolocationCache)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="enable--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>enable</h4>
<pre>public void enable()
throws <ahref="../../../../../com/djrapitops/plan/api/exceptions/EnableException.html"title="class in com.djrapitops.plan.api.exceptions">EnableException</a></pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#enable--">SubSystem</a></code></span></div>
<divclass="block">Performs enable actions for the subsystem.</div>
<dd><code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#enable--">enable</a></code> in interface <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
<dt><spanclass="throwsLabel">Throws:</span></dt>
<dd><code><ahref="../../../../../com/djrapitops/plan/api/exceptions/EnableException.html"title="class in com.djrapitops.plan.api.exceptions">EnableException</a></code> - If an error occurred during enable and it is fatal to the subsystem.</dd>
</dl>
</li>
</ul>
<aname="disable--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>disable</h4>
<pre>public void disable()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#disable--">SubSystem</a></code></span></div>
<divclass="block">Performs disable actions for the subsystem</div>
<dd><code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#disable--">disable</a></code> in interface <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
</dl>
</li>
</ul>
<aname="getNicknameCache--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getNicknameCache</h4>
<pre>public <ahref="../../../../../com/djrapitops/plan/system/cache/NicknameCache.html"title="class in com.djrapitops.plan.system.cache">NicknameCache</a> getNicknameCache()</pre>
</li>
</ul>
<aname="getGeolocationCache--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getGeolocationCache</h4>
<pre>public <ahref="../../../../../com/djrapitops/plan/system/cache/GeolocationCache.html"title="class in com.djrapitops.plan.system.cache">GeolocationCache</a> getGeolocationCache()</pre>
</li>
</ul>
<aname="getSessionCache--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>getSessionCache</h4>
<pre>public <ahref="../../../../../com/djrapitops/plan/system/cache/SessionCache.html"title="class in com.djrapitops.plan.system.cache">SessionCache</a> getSessionCache()</pre>
<li><ahref="../../../../../com/djrapitops/plan/system/cache/GeolocationCache.html"title="class in com.djrapitops.plan.system.cache"><spanclass="typeNameLink">Next Class</span></a></li>