module Phlex

def self.__expand_attribute_cache__(file_path)

def self.__expand_attribute_cache__(file_path)
	unless CACHED_FILES.include?(file_path)
		CACHED_FILES << file_path
		Phlex::ATTRIBUTE_CACHE.expand(File.size(file_path))
	end
end