Interface VitamCache<T,V>

All Known Implementing Classes:
AbstractVitamCache, GraphComputeCache

public interface VitamCache<T,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.cache.LoadingCache<T,V>
     
  • Method Details

    • getCache

      com.google.common.cache.LoadingCache<T,V> getCache()