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

com.lonelystorm.air.asset.services.CacheManager Maven / Gradle / Ivy

Go to download

The LonelyStorm Air Asset library provides support to be able to compile SASS files at runtime.

The newest version!
package com.lonelystorm.air.asset.services;


public interface CacheManager {

    void cache(String path, String compiled);

    String get(String path);

    void clear();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy