@vessl-ai/mcpctl-control-plane
Version:
Vessl MCP Control Plane service for managing distributed jobs.
39 lines (37 loc) • 1.13 kB
text/typescript
import { CacheModule } from '@nestjs/cache-manager';
import { Module } from '@nestjs/common';
import { ConfigModule, ConfigService } from '@nestjs/config';
import { CacheableMemory } from 'cacheable';
import { Keyv } from 'keyv';
import { AppCacheConfig } from '../config/cache.config';
import { AppCacheService } from './appcache.service';
export class AppCacheModule {}