Commit e92271d6 authored by nanahira's avatar nanahira

bump again

parent 5c866201
......@@ -8,7 +8,7 @@ import * as EncodeBuffer from 'encoded-buffer';
export * from './config';
export default class MemcachedCache extends Cache {
static schema = MemcachedCachePluginConfig;
static schema = MemcachedCachePluginConfig as any;
protected start(): void | Promise<void> {}
protected stop(): void | Promise<void> {}
......
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