Commit 00245772 authored by nanahira's avatar nanahira

Migrate schema to Config

parent cc5a5082
...@@ -6,7 +6,7 @@ export * from './config'; ...@@ -6,7 +6,7 @@ export * from './config';
export * from './plugin'; export * from './plugin';
export const name = 'memcached'; export const name = 'memcached';
export const schema = MemcachedCache.schema; export const Config = MemcachedCache.schema;
export function apply(ctx: Context, config: MemcachedCachePluginConfig) { export function apply(ctx: Context, config: MemcachedCachePluginConfig) {
ctx.plugin(MemcachedCache, config); ctx.plugin(MemcachedCache, config);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment