Interface VirAttrCache

    • Method Detail

      • setCacheSpec

        void setCacheSpec​(String cacheSpec)
      • expire

        void expire​(VirAttrCacheKey key)
        Force entry expiring.
        Parameters:
        key - cache key
      • get

        VirAttrCacheValue get​(VirAttrCacheKey key)
        Retrieve cached value. Return null in case of virtual attribute not cached.
        Parameters:
        key - cache key
        Returns:
        cached values or null if virtual attribute is not cached.