All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dagm.devtool.cache.CacheKeySetting Maven / Gradle / Ivy

The newest version!
package com.dagm.devtool.cache;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class CacheKeySetting {

    private StoreKey key;
    private Integer expire;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy