UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

11 lines (10 loc) 221 B
const cacheTypes = { CAFFEINE: 'caffeine', EHCACHE: 'ehcache', HAZELCAST: 'hazelcast', INFINISPAN: 'infinispan', MEMCACHED: 'memcached', REDIS: 'redis', NO: 'no', }; export default cacheTypes;