class Sprockets::Cache::FileStore

def size

Experimental RBS support (using type sampling data from the type_fusion project).

def size: () -> Integer

This signature was generated using 2 samples from 1 application.

def size
  @size ||= compute_size(find_caches)
end