blob: 42a4999b01e84de1d65397c8ab86bdf48861844d [file] [log] [blame]
% Copyright 2012 Cloudant. All rights reserved.
-module(ddoc_cache).
-export([
start/0,
stop/0
]).
start() ->
application:start(ddoc_cache).
stop() ->
application:stop(ddoc_cache).