Uses of Class
lazyj.CachingStructure

  • Uses of CachingStructure in lazyj

    Methods in lazyj that return CachingStructure 
    Modifier and Type Method Description
    static CachingStructure PageCache.get​(javax.servlet.http.HttpServletRequest request, java.lang.String sCacheKeyModifier)
    Get the contents generating the key on the fly from the request and the extra modifiers
    static CachingStructure PageCache.put​(javax.servlet.http.HttpServletRequest request, java.lang.String sCacheKeyModifier, byte[] vbContent, long lLifetime, java.lang.String sContentType)
    Cache some arbitrary contents
    Methods in lazyj that return types with arguments of type CachingStructure 
    Modifier and Type Method Description
    static java.util.List<CachingStructure> PageCache.getCacheContent()
    Get the entrire contents of the cache.
    Methods in lazyj with parameters of type CachingStructure 
    Modifier and Type Method Description
    protected void PageCache.callbackOnExpiry​(java.lang.String key, CachingStructure cs)
    Cleanup thread, takes an entry that has expired, removes it from the cache and checks if it deserves a bonus.
    int CachingStructure.compareTo​(CachingStructure cs)
    For sorting first by the number of accesses then by the key, then by expiration time